Class: Aws::Types::DescribeChannelPlacementGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelPlacementGroupResponse
- 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.
5054 5055 5056 |
# File 'sig/types.rbs', line 5054 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
5055 5056 5057 |
# File 'sig/types.rbs', line 5055 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5056 5057 5058 |
# File 'sig/types.rbs', line 5056 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5058 5059 5060 |
# File 'sig/types.rbs', line 5058 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5059 5060 5061 |
# File 'sig/types.rbs', line 5059 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
5060 5061 5062 |
# File 'sig/types.rbs', line 5060 def state @state end |