Class: Aws::ConnectParticipant::Types::DescribeViewRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_tokenString

The connection token.

Returns:

  • (String)


197
198
199
200
201
202
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 197

class DescribeViewRequest < Struct.new(
  :view_token,
  :connection_token)
  SENSITIVE = []
  include Aws::Structure
end

#view_tokenString

An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired view.

Returns:

  • (String)


197
198
199
200
201
202
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 197

class DescribeViewRequest < Struct.new(
  :view_token,
  :connection_token)
  SENSITIVE = []
  include Aws::Structure
end