Module: Aws::EC2::Client::_DisableFastLaunchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DisableFastLaunchResult]
- 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
9277 |
# File 'sig/client.rbs', line 9277
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9280 |
# File 'sig/client.rbs', line 9280
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9281 |
# File 'sig/client.rbs', line 9281
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9282 |
# File 'sig/client.rbs', line 9282
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9278 |
# File 'sig/client.rbs', line 9278
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9279 |
# File 'sig/client.rbs', line 9279
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9283 |
# File 'sig/client.rbs', line 9283
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9284 |
# File 'sig/client.rbs', line 9284
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9285 |
# File 'sig/client.rbs', line 9285
def state_transition_time: () -> ::Time
|