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.
4977 4978 4979 |
# File 'sig/types.rbs', line 4977 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
4978 4979 4980 |
# File 'sig/types.rbs', line 4978 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4979 4980 4981 |
# File 'sig/types.rbs', line 4979 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
4983 4984 4985 |
# File 'sig/types.rbs', line 4983 def state @state end |