Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
-
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_settings ⇒ Types::ClusterNetworkSettingsCreateRequest
Returns the value of attribute network_settings.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_type ⇒ "ON_PREMISES"
Returns the value of attribute cluster_type.
4894 4895 4896 |
# File 'sig/types.rbs', line 4894 def cluster_type @cluster_type end |
#instance_role_arn ⇒ ::String
Returns the value of attribute instance_role_arn.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def instance_role_arn @instance_role_arn end |
#name ⇒ ::String
Returns the value of attribute name.
4896 4897 4898 |
# File 'sig/types.rbs', line 4896 def name @name end |
#network_settings ⇒ Types::ClusterNetworkSettingsCreateRequest
Returns the value of attribute network_settings.
4897 4898 4899 |
# File 'sig/types.rbs', line 4897 def network_settings @network_settings end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4898 4899 4900 |
# File 'sig/types.rbs', line 4898 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4899 4900 4901 |
# File 'sig/types.rbs', line 4899 def end |