Class: Aws::Types::CreateFleetInstance
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
-
#launch_template_and_overrides ⇒ Types::LaunchTemplateAndOverridesResponse
Returns the value of attribute launch_template_and_overrides.
-
#lifecycle ⇒ "spot", ...
Returns the value of attribute lifecycle.
-
#platform ⇒ "Windows"
Returns the value of attribute platform.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def availability_zone_id @availability_zone_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def instance_ids @instance_ids end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def instance_type @instance_type end |
#launch_template_and_overrides ⇒ Types::LaunchTemplateAndOverridesResponse
Returns the value of attribute launch_template_and_overrides.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def launch_template_and_overrides @launch_template_and_overrides end |
#lifecycle ⇒ "spot", ...
Returns the value of attribute lifecycle.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def lifecycle @lifecycle end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def platform @platform end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def subnet_id @subnet_id end |