Class: Aws::Types::CreateStreamSessionConnectionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:signal_request])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def client_token
  @client_token
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def identifier
  @identifier
end

#signal_request::String

Returns the value of attribute signal_request.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def signal_request
  @signal_request
end

#stream_session_identifier::String

Returns the value of attribute stream_session_identifier.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def stream_session_identifier
  @stream_session_identifier
end