Class: Aws::Types::ExportStreamSessionFilesInput

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)


219
220
221
# File 'sig/types.rbs', line 219

def identifier
  @identifier
end

#output_uri::String

Returns the value of attribute output_uri.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def output_uri
  @output_uri
end

#stream_session_identifier::String

Returns the value of attribute stream_session_identifier.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def stream_session_identifier
  @stream_session_identifier
end