Class: Aws::Types::UpdateFleetInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
-
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
-
#compute_type ⇒ "BUILD_GENERAL1_SMALL", ...
Returns the value of attribute compute_type.
-
#environment_type ⇒ "WINDOWS_CONTAINER", ...
Returns the value of attribute environment_type.
-
#fleet_service_role ⇒ ::String
Returns the value of attribute fleet_service_role.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#overflow_behavior ⇒ "QUEUE", "ON_DEMAND"
Returns the value of attribute overflow_behavior.
-
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
-
#scaling_configuration ⇒ Types::ScalingConfigurationInput
Returns the value of attribute scaling_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def arn @arn end |
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def base_capacity @base_capacity end |
#compute_configuration ⇒ Types::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.
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.
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.
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.
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.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def overflow_behavior @overflow_behavior end |
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def proxy_configuration @proxy_configuration end |
#scaling_configuration ⇒ Types::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.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def @tags end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def vpc_config @vpc_config end |