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
9442 |
# File 'sig/client.rbs', line 9442
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9445 |
# File 'sig/client.rbs', line 9445
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9446 |
# File 'sig/client.rbs', line 9446
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9447 |
# File 'sig/client.rbs', line 9447
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9443 |
# File 'sig/client.rbs', line 9443
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9444 |
# File 'sig/client.rbs', line 9444
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9448 |
# File 'sig/client.rbs', line 9448
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9449 |
# File 'sig/client.rbs', line 9449
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9450 |
# File 'sig/client.rbs', line 9450
def state_transition_time: () -> ::Time
|