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.
4874 4875 4876 |
# File 'sig/types.rbs', line 4874 def cluster_id @cluster_id end |
#name ⇒ ::String
Returns the value of attribute name.
4875 4876 4877 |
# File 'sig/types.rbs', line 4875 def name @name end |
#nodes ⇒ ::Array[::String]
Returns the value of attribute nodes.
4876 4877 4878 |
# File 'sig/types.rbs', line 4876 def nodes @nodes end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4877 4878 4879 |
# File 'sig/types.rbs', line 4877 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4878 4879 4880 |
# File 'sig/types.rbs', line 4878 def end |