Class: Aws::Connect::Types::ViewInputContent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.

Constant Summary collapse

SENSITIVE =
[:actions]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

A list of possible actions from the view.

Returns:

  • (Array<String>)

27061
27062
27063
27064
27065
27066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27061

class ViewInputContent < Struct.new(
  :template,
  :actions)
  SENSITIVE = [:actions]
  include Aws::Structure
end

#templateString

The view template representing the structure of the view.

Returns:

  • (String)

27061
27062
27063
27064
27065
27066
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27061

class ViewInputContent < Struct.new(
  :template,
  :actions)
  SENSITIVE = [:actions]
  include Aws::Structure
end