Class: Aws::Types::GetStreamSessionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def identifier
  @identifier
end

#stream_session_identifier::String

Returns the value of attribute stream_session_identifier.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def stream_session_identifier
  @stream_session_identifier
end