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
9483 |
# File 'sig/client.rbs', line 9483
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9486 |
# File 'sig/client.rbs', line 9486
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9487 |
# File 'sig/client.rbs', line 9487
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9488 |
# File 'sig/client.rbs', line 9488
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9484 |
# File 'sig/client.rbs', line 9484
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9485 |
# File 'sig/client.rbs', line 9485
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9489 |
# File 'sig/client.rbs', line 9489
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9490 |
# File 'sig/client.rbs', line 9490
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9491 |
# File 'sig/client.rbs', line 9491
def state_transition_time: () -> ::Time
|