Class: Aws::Types::UpdateChannelPlacementGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChannelPlacementGroupResponse
- 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.
5455 5456 5457 |
# File 'sig/types.rbs', line 5455 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
5456 5457 5458 |
# File 'sig/types.rbs', line 5456 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5457 5458 5459 |
# File 'sig/types.rbs', line 5457 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
5458 5459 5460 |
# File 'sig/types.rbs', line 5458 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5459 5460 5461 |
# File 'sig/types.rbs', line 5459 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5460 5461 5462 |
# File 'sig/types.rbs', line 5460 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
5461 5462 5463 |
# File 'sig/types.rbs', line 5461 def state @state end |