Class: Aws::Types::CreateChannelPlacementGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelPlacementGroupResponse
- 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.
4873 4874 4875 |
# File 'sig/types.rbs', line 4873 def arn @arn end |
#channels ⇒ ::Array[::String]
Returns the value of attribute channels.
4874 4875 4876 |
# File 'sig/types.rbs', line 4874 def channels @channels end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4875 4876 4877 |
# File 'sig/types.rbs', line 4875 def cluster_id @cluster_id end |
#id ⇒ ::String
Returns the value of attribute id.
4876 4877 4878 |
# File 'sig/types.rbs', line 4876 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4877 4878 4879 |
# File 'sig/types.rbs', line 4877 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
4878 4879 4880 |
# File 'sig/types.rbs', line 4878 def nodes @nodes end |
#state ⇒ "UNASSIGNED", ...
Returns the value of attribute state.
4879 4880 4881 |
# File 'sig/types.rbs', line 4879 def state @state end |