Class: Aws::Types::DescribeMultiplexResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMultiplexResponse
- 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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def arn @arn end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def availability_zones @availability_zones end |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def destinations @destinations end |
#id ⇒ ::String
Returns the value of attribute id.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def id @id end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def pipelines_running_count @pipelines_running_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def program_count @program_count end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def @tags end |