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
9166 |
# File 'sig/client.rbs', line 9166
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
9169 |
# File 'sig/client.rbs', line 9169
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
9170 |
# File 'sig/client.rbs', line 9170
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
9171 |
# File 'sig/client.rbs', line 9171
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
9167 |
# File 'sig/client.rbs', line 9167
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
9168 |
# File 'sig/client.rbs', line 9168
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9172 |
# File 'sig/client.rbs', line 9172
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9173 |
# File 'sig/client.rbs', line 9173
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9174 |
# File 'sig/client.rbs', line 9174
def state_transition_time: () -> ::Time
|