Class: Aws::Types::RecordingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RecordingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#thumbnail_configuration ⇒ Types::ThumbnailConfiguration
Returns the value of attribute thumbnail_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
615 616 617 |
# File 'sig/types.rbs', line 615 def arn @arn end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
617 618 619 |
# File 'sig/types.rbs', line 617 def destination_configuration @destination_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
616 617 618 |
# File 'sig/types.rbs', line 616 def name @name end |
#recording_reconnect_window_seconds ⇒ ::Integer
Returns the value of attribute recording_reconnect_window_seconds.
621 622 623 |
# File 'sig/types.rbs', line 621 def recording_reconnect_window_seconds @recording_reconnect_window_seconds end |
#rendition_configuration ⇒ Types::RenditionConfiguration
Returns the value of attribute rendition_configuration.
622 623 624 |
# File 'sig/types.rbs', line 622 def rendition_configuration @rendition_configuration end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
618 619 620 |
# File 'sig/types.rbs', line 618 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
619 620 621 |
# File 'sig/types.rbs', line 619 def end |
#thumbnail_configuration ⇒ Types::ThumbnailConfiguration
Returns the value of attribute thumbnail_configuration.
620 621 622 |
# File 'sig/types.rbs', line 620 def thumbnail_configuration @thumbnail_configuration end |