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.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def availability_zone_id @availability_zone_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def instance_ids @instance_ids end |
#instance_type ⇒ "a1.medium", ...
Returns the value of attribute instance_type.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def instance_type @instance_type end |
#launch_template_and_overrides ⇒ Types::LaunchTemplateAndOverridesResponse
Returns the value of attribute launch_template_and_overrides.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def launch_template_and_overrides @launch_template_and_overrides end |
#lifecycle ⇒ "spot", ...
Returns the value of attribute lifecycle.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def lifecycle @lifecycle end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def platform @platform end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def subnet_id @subnet_id end |