Class: Aws::Types::CreateFleetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_capacity::Integer

Returns the value of attribute base_capacity.

Returns:

  • (::Integer)


329
330
331
# File 'sig/types.rbs', line 329

def base_capacity
  @base_capacity
end

#compute_configurationTypes::ComputeConfiguration

Returns the value of attribute compute_configuration.



332
333
334
# File 'sig/types.rbs', line 332

def compute_configuration
  @compute_configuration
end

#compute_type"BUILD_GENERAL1_SMALL", ...

Returns the value of attribute compute_type.

Returns:

  • ("BUILD_GENERAL1_SMALL", "BUILD_GENERAL1_MEDIUM", "BUILD_GENERAL1_LARGE", "BUILD_GENERAL1_XLARGE", "BUILD_GENERAL1_2XLARGE", "BUILD_LAMBDA_1GB", "BUILD_LAMBDA_2GB", "BUILD_LAMBDA_4GB", "BUILD_LAMBDA_8GB", "BUILD_LAMBDA_10GB", "ATTRIBUTE_BASED_COMPUTE", "CUSTOM_INSTANCE_TYPE")


331
332
333
# File 'sig/types.rbs', line 331

def compute_type
  @compute_type
end

#environment_type"WINDOWS_CONTAINER", ...

Returns the value of attribute environment_type.

Returns:

  • ("WINDOWS_CONTAINER", "LINUX_CONTAINER", "LINUX_GPU_CONTAINER", "ARM_CONTAINER", "WINDOWS_SERVER_2019_CONTAINER", "WINDOWS_SERVER_2022_CONTAINER", "LINUX_LAMBDA_CONTAINER", "ARM_LAMBDA_CONTAINER", "LINUX_EC2", "ARM_EC2", "WINDOWS_EC2", "MAC_ARM")


330
331
332
# File 'sig/types.rbs', line 330

def environment_type
  @environment_type
end

#fleet_service_role::String

Returns the value of attribute fleet_service_role.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def fleet_service_role
  @fleet_service_role
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def image_id
  @image_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def name
  @name
end

#overflow_behavior"QUEUE", "ON_DEMAND"

Returns the value of attribute overflow_behavior.

Returns:

  • ("QUEUE", "ON_DEMAND")


334
335
336
# File 'sig/types.rbs', line 334

def overflow_behavior
  @overflow_behavior
end

#proxy_configurationTypes::ProxyConfiguration

Returns the value of attribute proxy_configuration.



336
337
338
# File 'sig/types.rbs', line 336

def proxy_configuration
  @proxy_configuration
end

#scaling_configurationTypes::ScalingConfigurationInput

Returns the value of attribute scaling_configuration.



333
334
335
# File 'sig/types.rbs', line 333

def scaling_configuration
  @scaling_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



339
340
341
# File 'sig/types.rbs', line 339

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def vpc_config
  @vpc_config
end