Class: Aws::Types::DeleteChannelPlacementGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelPlacementGroupResponse
- 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.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
4983 4984 4985 |
# File 'sig/types.rbs', line 4983 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4984 4985 4986 |
# File 'sig/types.rbs', line 4984 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
4985 4986 4987 |
# File 'sig/types.rbs', line 4985 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
4986 4987 4988 |
# File 'sig/types.rbs', line 4986 def state @state end |