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.
5076 5077 5078 |
# File 'sig/types.rbs', line 5076 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
5077 5078 5079 |
# File 'sig/types.rbs', line 5077 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5078 5079 5080 |
# File 'sig/types.rbs', line 5078 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
5079 5080 5081 |
# File 'sig/types.rbs', line 5079 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5080 5081 5082 |
# File 'sig/types.rbs', line 5080 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5081 5082 5083 |
# File 'sig/types.rbs', line 5081 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
5082 5083 5084 |
# File 'sig/types.rbs', line 5082 def state @state end |