Class: Aws::Types::Multiplex
- Inherits:
-
Object
- Object
- Aws::Types::Multiplex
- 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.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def arn @arn end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def availability_zones @availability_zones end |
#destinations ⇒ ::Array[Types::MultiplexOutputDestination]
Returns the value of attribute destinations.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def destinations @destinations end |
#id ⇒ ::String
Returns the value of attribute id.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def id @id end |
#multiplex_settings ⇒ Types::MultiplexSettings
Returns the value of attribute multiplex_settings.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def pipelines_running_count @pipelines_running_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def program_count @program_count end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def @tags end |