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
9021 |
# File 'sig/client.rbs', line 9021
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9024 |
# File 'sig/client.rbs', line 9024
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9025 |
# File 'sig/client.rbs', line 9025
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9026 |
# File 'sig/client.rbs', line 9026
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9022 |
# File 'sig/client.rbs', line 9022
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9023 |
# File 'sig/client.rbs', line 9023
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9027 |
# File 'sig/client.rbs', line 9027
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9028 |
# File 'sig/client.rbs', line 9028
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9029 |
# File 'sig/client.rbs', line 9029
def state_transition_time: () -> ::Time
|