Class: Aws::Types::CustomerManagedFleetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomerManagedFleetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration ⇒ Types::CustomerManagedAutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
-
#mode ⇒ "NO_SCALING", "EVENT_BASED_AUTO_SCALING"
Returns the value of attribute mode.
-
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
-
#tag_propagation_mode ⇒ "NO_PROPAGATION", "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH"
Returns the value of attribute tag_propagation_mode.
-
#worker_capabilities ⇒ Types::CustomerManagedWorkerCapabilities
Returns the value of attribute worker_capabilities.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::CustomerManagedAutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
893 894 895 |
# File 'sig/types.rbs', line 893 def auto_scaling_configuration @auto_scaling_configuration end |
#mode ⇒ "NO_SCALING", "EVENT_BASED_AUTO_SCALING"
Returns the value of attribute mode.
892 893 894 |
# File 'sig/types.rbs', line 892 def mode @mode end |
#storage_profile_id ⇒ ::String
Returns the value of attribute storage_profile_id.
895 896 897 |
# File 'sig/types.rbs', line 895 def storage_profile_id @storage_profile_id end |
#tag_propagation_mode ⇒ "NO_PROPAGATION", "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH"
Returns the value of attribute tag_propagation_mode.
896 897 898 |
# File 'sig/types.rbs', line 896 def tag_propagation_mode @tag_propagation_mode end |
#worker_capabilities ⇒ Types::CustomerManagedWorkerCapabilities
Returns the value of attribute worker_capabilities.
894 895 896 |
# File 'sig/types.rbs', line 894 def worker_capabilities @worker_capabilities end |