Class: Aws::Types::CreateChannelPlacementGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelPlacementGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
4864 4865 4866 |
# File 'sig/types.rbs', line 4864 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
4865 4866 4867 |
# File 'sig/types.rbs', line 4865 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
4866 4867 4868 |
# File 'sig/types.rbs', line 4866 def nodes @nodes end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4867 4868 4869 |
# File 'sig/types.rbs', line 4867 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4868 4869 4870 |
# File 'sig/types.rbs', line 4868 def @tags end |