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
8980 |
# File 'sig/client.rbs', line 8980
def image_id: () -> ::String
|
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
8983 |
# File 'sig/client.rbs', line 8983
def launch_template: () -> Types::FastLaunchLaunchTemplateSpecificationResponse
|
#max_parallel_launches ⇒ ::Integer
8984 |
# File 'sig/client.rbs', line 8984
def max_parallel_launches: () -> ::Integer
|
#owner_id ⇒ ::String
8985 |
# File 'sig/client.rbs', line 8985
def owner_id: () -> ::String
|
#resource_type ⇒ "snapshot"
8981 |
# File 'sig/client.rbs', line 8981
def resource_type: () -> ("snapshot")
|
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
8982 |
# File 'sig/client.rbs', line 8982
def snapshot_configuration: () -> Types::FastLaunchSnapshotConfigurationResponse
|
#state ⇒ "enabling", ...
8986 |
# File 'sig/client.rbs', line 8986
def state: () -> ("enabling" | "enabling-failed" | "enabled" | "enabled-failed" | "disabling" | "disabling-failed")
|
#state_transition_reason ⇒ ::String
8987 |
# File 'sig/client.rbs', line 8987
def state_transition_reason: () -> ::String
|
#state_transition_time ⇒ ::Time
8988 |
# File 'sig/client.rbs', line 8988
def state_transition_time: () -> ::Time
|