Class: Aws::ConnectParticipant::Types::DescribeViewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::DescribeViewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_token ⇒ String
The connection token.
-
#view_token ⇒ String
An encrypted token originating from the interactive message of a ShowView block operation.
Instance Attribute Details
#connection_token ⇒ String
The connection token.
197 198 199 200 201 202 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 197 class DescribeViewRequest < Struct.new( :view_token, :connection_token) SENSITIVE = [] include Aws::Structure end |
#view_token ⇒ String
An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired view.
197 198 199 200 201 202 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 197 class DescribeViewRequest < Struct.new( :view_token, :connection_token) SENSITIVE = [] include Aws::Structure end |