Class: Aws::Types::DescribeChannelPlacementGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChannelPlacementGroupResult
- 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.
5065 5066 5067 |
# File 'sig/types.rbs', line 5065 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
5066 5067 5068 |
# File 'sig/types.rbs', line 5066 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5067 5068 5069 |
# File 'sig/types.rbs', line 5067 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
5068 5069 5070 |
# File 'sig/types.rbs', line 5068 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5069 5070 5071 |
# File 'sig/types.rbs', line 5069 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5070 5071 5072 |
# File 'sig/types.rbs', line 5070 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
5071 5072 5073 |
# File 'sig/types.rbs', line 5071 def state @state end |