Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute configuration.
-
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
-
#service_connect_defaults ⇒ Types::ClusterServiceConnectDefaultsRequest
Returns the value of attribute service_connect_defaults.
-
#settings ⇒ ::Array[Types::ClusterSetting]
Returns the value of attribute settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_providers ⇒ ::Array[::String]
Returns the value of attribute capacity_providers.
382 383 384 |
# File 'sig/types.rbs', line 382 def capacity_providers @capacity_providers end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def cluster_name @cluster_name end |
#configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute configuration.
381 382 383 |
# File 'sig/types.rbs', line 381 def configuration @configuration end |
#default_capacity_provider_strategy ⇒ ::Array[Types::CapacityProviderStrategyItem]
Returns the value of attribute default_capacity_provider_strategy.
383 384 385 |
# File 'sig/types.rbs', line 383 def default_capacity_provider_strategy @default_capacity_provider_strategy end |
#service_connect_defaults ⇒ Types::ClusterServiceConnectDefaultsRequest
Returns the value of attribute service_connect_defaults.
384 385 386 |
# File 'sig/types.rbs', line 384 def service_connect_defaults @service_connect_defaults end |
#settings ⇒ ::Array[Types::ClusterSetting]
Returns the value of attribute settings.
380 381 382 |
# File 'sig/types.rbs', line 380 def settings @settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
379 380 381 |
# File 'sig/types.rbs', line 379 def @tags end |