Class: Aws::Types::CreateRecordingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecordingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recording_reconnect_window_seconds ⇒ ::Integer
Returns the value of attribute recording_reconnect_window_seconds.
-
#rendition_configuration ⇒ Types::RenditionConfiguration
Returns the value of attribute rendition_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#thumbnail_configuration ⇒ Types::ThumbnailConfiguration
Returns the value of attribute thumbnail_configuration.
Instance Attribute Details
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
238 239 240 |
# File 'sig/types.rbs', line 238 def destination_configuration @destination_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
237 238 239 |
# File 'sig/types.rbs', line 237 def name @name end |
#recording_reconnect_window_seconds ⇒ ::Integer
Returns the value of attribute recording_reconnect_window_seconds.
241 242 243 |
# File 'sig/types.rbs', line 241 def recording_reconnect_window_seconds @recording_reconnect_window_seconds end |
#rendition_configuration ⇒ Types::RenditionConfiguration
Returns the value of attribute rendition_configuration.
242 243 244 |
# File 'sig/types.rbs', line 242 def rendition_configuration @rendition_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
239 240 241 |
# File 'sig/types.rbs', line 239 def @tags end |
#thumbnail_configuration ⇒ Types::ThumbnailConfiguration
Returns the value of attribute thumbnail_configuration.
240 241 242 |
# File 'sig/types.rbs', line 240 def thumbnail_configuration @thumbnail_configuration end |