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.
5445 5446 5447 |
# File 'sig/types.rbs', line 5445 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
5446 5447 5448 |
# File 'sig/types.rbs', line 5446 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
5447 5448 5449 |
# File 'sig/types.rbs', line 5447 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
5448 5449 5450 |
# File 'sig/types.rbs', line 5448 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
5449 5450 5451 |
# File 'sig/types.rbs', line 5449 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
5450 5451 5452 |
# File 'sig/types.rbs', line 5450 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
5451 5452 5453 |
# File 'sig/types.rbs', line 5451 def state @state end |