Class: Aws::Types::UpdateFleetInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def arn
  @arn
end

#base_capacity::Integer

Returns the value of attribute base_capacity.

Returns:

  • (::Integer)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def base_capacity
  @base_capacity
end

#compute_configurationTypes::ComputeConfiguration

Returns the value of attribute compute_configuration.



1425
1426
1427
# File 'sig/types.rbs', line 1425

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")


1424
1425
1426
# File 'sig/types.rbs', line 1424

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")


1423
1424
1425
# File 'sig/types.rbs', line 1423

def environment_type
  @environment_type
end

#fleet_service_role::String

Returns the value of attribute fleet_service_role.

Returns:

  • (::String)


1431
1432
1433
# File 'sig/types.rbs', line 1431

def fleet_service_role
  @fleet_service_role
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


1430
1431
1432
# File 'sig/types.rbs', line 1430

def image_id
  @image_id
end

#overflow_behavior"QUEUE", "ON_DEMAND"

Returns the value of attribute overflow_behavior.

Returns:

  • ("QUEUE", "ON_DEMAND")


1427
1428
1429
# File 'sig/types.rbs', line 1427

def overflow_behavior
  @overflow_behavior
end

#proxy_configurationTypes::ProxyConfiguration

Returns the value of attribute proxy_configuration.



1429
1430
1431
# File 'sig/types.rbs', line 1429

def proxy_configuration
  @proxy_configuration
end

#scaling_configurationTypes::ScalingConfigurationInput

Returns the value of attribute scaling_configuration.



1426
1427
1428
# File 'sig/types.rbs', line 1426

def scaling_configuration
  @scaling_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1432
1433
1434
# File 'sig/types.rbs', line 1432

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1428
1429
1430
# File 'sig/types.rbs', line 1428

def vpc_config
  @vpc_config
end