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
8994 |
# File 'sig/client.rbs', line 8994
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
8997 |
# File 'sig/client.rbs', line 8997
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
8998 |
# File 'sig/client.rbs', line 8998
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
8999 |
# File 'sig/client.rbs', line 8999
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
8995 |
# File 'sig/client.rbs', line 8995
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
8996 |
# File 'sig/client.rbs', line 8996
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
9000 |
# File 'sig/client.rbs', line 9000
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
9001 |
# File 'sig/client.rbs', line 9001
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
9002 |
# File 'sig/client.rbs', line 9002
def state_transition_time: () -> ::Time
|