Class: Aws::Types::CustomerManagedFleetConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configurationTypes::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.

Returns:

  • ("NO_SCALING", "EVENT_BASED_AUTO_SCALING")


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.

Returns:

  • (::String)


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.

Returns:

  • ("NO_PROPAGATION", "PROPAGATE_TAGS_TO_WORKERS_AT_LAUNCH")


896
897
898
# File 'sig/types.rbs', line 896

def tag_propagation_mode
  @tag_propagation_mode
end

#worker_capabilitiesTypes::CustomerManagedWorkerCapabilities

Returns the value of attribute worker_capabilities.



894
895
896
# File 'sig/types.rbs', line 894

def worker_capabilities
  @worker_capabilities
end