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
9456 |
# File 'sig/client.rbs', line 9456
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9459 |
# File 'sig/client.rbs', line 9459
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9460 |
# File 'sig/client.rbs', line 9460
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9461 |
# File 'sig/client.rbs', line 9461
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9457 |
# File 'sig/client.rbs', line 9457
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9458 |
# File 'sig/client.rbs', line 9458
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9462 |
# File 'sig/client.rbs', line 9462
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9463 |
# File 'sig/client.rbs', line 9463
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9464 |
# File 'sig/client.rbs', line 9464
def state_transition_time: () -> ::Time
|