Class: Aws::Types::DescribeChannelPlacementGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelPlacementGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
-
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5086 5087 5088 |
# File 'sig/types.rbs', line 5086 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
5087 5088 5089 |
# File 'sig/types.rbs', line 5087 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5090 5091 5092 |
# File 'sig/types.rbs', line 5090 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5091 5092 5093 |
# File 'sig/types.rbs', line 5091 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
5092 5093 5094 |
# File 'sig/types.rbs', line 5092 def state @state end |