Class: Aws::Types::DeleteMultiplexResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMultiplexResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
-
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
-
#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.
849 850 851 |
# File 'sig/types.rbs', line 849 def arn @arn end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
850 851 852 |
# File 'sig/types.rbs', line 850 def availability_zones @availability_zones end |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
851 852 853 |
# File 'sig/types.rbs', line 851 def destinations @destinations end |
#id ⇒ ::String
Returns the value of attribute id.
852 853 854 |
# File 'sig/types.rbs', line 852 def id @id end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
853 854 855 |
# File 'sig/types.rbs', line 853 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
854 855 856 |
# File 'sig/types.rbs', line 854 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
855 856 857 |
# File 'sig/types.rbs', line 855 def pipelines_running_count @pipelines_running_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
856 857 858 |
# File 'sig/types.rbs', line 856 def program_count @program_count end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
857 858 859 |
# File 'sig/types.rbs', line 857 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
858 859 860 |
# File 'sig/types.rbs', line 858 def @tags end |