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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

A list of possible actions from the view.

Returns:

  • (Array<String>)


21278
21279
21280
21281
21282
21283
# File 'lib/aws-sdk-connect/types.rb', line 21278

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

#templateString

The view template representing the structure of the view.

Returns:

  • (String)


21278
21279
21280
21281
21282
21283
# File 'lib/aws-sdk-connect/types.rb', line 21278

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