Class: Aws::Types::ExportStreamSessionFilesInput
- Inherits:
-
Object
- Object
- Aws::Types::ExportStreamSessionFilesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
-
#stream_session_identifier ⇒ ::String
Returns the value of attribute stream_session_identifier.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
219 220 221 |
# File 'sig/types.rbs', line 219 def identifier @identifier end |
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
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.
220 221 222 |
# File 'sig/types.rbs', line 220 def stream_session_identifier @stream_session_identifier end |