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.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def availability_zone_id @availability_zone_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def instance_ids @instance_ids end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def instance_type @instance_type end |
#launch_template_and_overrides ⇒ Types::LaunchTemplateAndOverridesResponse
Returns the value of attribute launch_template_and_overrides.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def launch_template_and_overrides @launch_template_and_overrides end |
#lifecycle ⇒ "spot", ...
Returns the value of attribute lifecycle.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def lifecycle @lifecycle end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def platform @platform end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def subnet_id @subnet_id end |