Class: Aws::Types::EnableFastLaunchRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableFastLaunchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationRequest
Returns the value of attribute launch_template.
-
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationRequest
Returns the value of attribute snapshot_configuration.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8856 8857 8858 |
# File 'sig/types.rbs', line 8856 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
8851 8852 8853 |
# File 'sig/types.rbs', line 8851 def image_id @image_id end |
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationRequest
Returns the value of attribute launch_template.
8854 8855 8856 |
# File 'sig/types.rbs', line 8854 def launch_template @launch_template end |
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
8855 8856 8857 |
# File 'sig/types.rbs', line 8855 def max_parallel_launches @max_parallel_launches end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
8852 8853 8854 |
# File 'sig/types.rbs', line 8852 def resource_type @resource_type end |
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationRequest
Returns the value of attribute snapshot_configuration.
8853 8854 8855 |
# File 'sig/types.rbs', line 8853 def snapshot_configuration @snapshot_configuration end |