Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
68 69 70 |
# File 'sig/types.rbs', line 68 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
69 70 71 |
# File 'sig/types.rbs', line 69 def cluster_name @cluster_name end |
#network_type ⇒ "IPV4", "DUALSTACK"
Returns the value of attribute network_type.
71 72 73 |
# File 'sig/types.rbs', line 71 def network_type @network_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
70 71 72 |
# File 'sig/types.rbs', line 70 def @tags end |