Class: Aws::Types::FastLaunchConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FastLaunchConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecification
Returns the value of attribute launch_template.
-
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
-
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfiguration
Returns the value of attribute snapshot_configuration.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def account_id @account_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
644 645 646 |
# File 'sig/types.rbs', line 644 def enabled @enabled end |
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecification
Returns the value of attribute launch_template.
647 648 649 |
# File 'sig/types.rbs', line 647 def launch_template @launch_template end |
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
646 647 648 |
# File 'sig/types.rbs', line 646 def max_parallel_launches @max_parallel_launches end |
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfiguration
Returns the value of attribute snapshot_configuration.
645 646 647 |
# File 'sig/types.rbs', line 645 def snapshot_configuration @snapshot_configuration end |