Class: Aws::Types::CreateFleetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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
#base_capacity ⇒ ::Integer
Returns the value of attribute base_capacity.
329 330 331 |
# File 'sig/types.rbs', line 329 def base_capacity @base_capacity end |
#compute_configuration ⇒ Types::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.
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.
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.
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.
337 338 339 |
# File 'sig/types.rbs', line 337 def image_id @image_id end |
#name ⇒ ::String
Returns the value of attribute name.
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.
334 335 336 |
# File 'sig/types.rbs', line 334 def overflow_behavior @overflow_behavior end |
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
336 337 338 |
# File 'sig/types.rbs', line 336 def proxy_configuration @proxy_configuration end |
#scaling_configuration ⇒ Types::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.
339 340 341 |
# File 'sig/types.rbs', line 339 def end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
335 336 337 |
# File 'sig/types.rbs', line 335 def vpc_config @vpc_config end |