Class: Aws::Types::MultiplexSummary
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexSummary
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#multiplex_settings ⇒ Types::MultiplexSettingsSummary
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.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def arn @arn end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def availability_zones @availability_zones end |
#id ⇒ ::String
Returns the value of attribute id.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def id @id end |
#multiplex_settings ⇒ Types::MultiplexSettingsSummary
Returns the value of attribute multiplex_settings.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def multiplex_settings @multiplex_settings end |
#name ⇒ ::String
Returns the value of attribute name.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def name @name end |
#pipelines_running_count ⇒ ::Integer
Returns the value of attribute pipelines_running_count.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def pipelines_running_count @pipelines_running_count end |
#program_count ⇒ ::Integer
Returns the value of attribute program_count.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def program_count @program_count end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def @tags end |