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
9269 |
# File 'sig/client.rbs', line 9269
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9272 |
# File 'sig/client.rbs', line 9272
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9273 |
# File 'sig/client.rbs', line 9273
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9274 |
# File 'sig/client.rbs', line 9274
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9270 |
# File 'sig/client.rbs', line 9270
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9271 |
# File 'sig/client.rbs', line 9271
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9275 |
# File 'sig/client.rbs', line 9275
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9276 |
# File 'sig/client.rbs', line 9276
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9277 |
# File 'sig/client.rbs', line 9277
def state_transition_time: () -> ::Time
|