Class: Aws::Types::RecordingConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecordingConfigurationSummary
- 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.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
627 628 629 |
# File 'sig/types.rbs', line 627 def arn @arn end |
#destination_configuration ⇒ Types::DestinationConfiguration
Returns the value of attribute destination_configuration.
629 630 631 |
# File 'sig/types.rbs', line 629 def destination_configuration @destination_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
628 629 630 |
# File 'sig/types.rbs', line 628 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
630 631 632 |
# File 'sig/types.rbs', line 630 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
631 632 633 |
# File 'sig/types.rbs', line 631 def @tags end |