Module: Aws::EC2::Client::_EnableFastLaunchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EnableFastLaunchResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_id ⇒ ::String
- #launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
- #max_parallel_launches ⇒ ::Integer
- #owner_id ⇒ ::String
- #resource_type ⇒ "snapshot"
- #snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
- #state ⇒ "enabling", ...
- #state_transition_reason ⇒ ::String
- #state_transition_time ⇒ ::Time
Instance Method Details
#image_id ⇒ ::String
9662 |
# File 'sig/client.rbs', line 9662
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9665 |
# File 'sig/client.rbs', line 9665
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9666 |
# File 'sig/client.rbs', line 9666
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9667 |
# File 'sig/client.rbs', line 9667
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9663 |
# File 'sig/client.rbs', line 9663
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9664 |
# File 'sig/client.rbs', line 9664
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9668 |
# File 'sig/client.rbs', line 9668
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9669 |
# File 'sig/client.rbs', line 9669
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9670 |
# File 'sig/client.rbs', line 9670
def state_transition_time: () -> ::Time
|