Class: Aws::Types::DisableFastLaunchResult
- Inherits:
-
Object
- Object
- Aws::Types::DisableFastLaunchResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
Returns the value of attribute launch_template.
-
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#resource_type ⇒ "snapshot"
Returns the value of attribute resource_type.
-
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
Returns the value of attribute snapshot_configuration.
-
#state ⇒ "enabling", ...
Returns the value of attribute state.
-
#state_transition_reason ⇒ ::String
Returns the value of attribute state_transition_reason.
-
#state_transition_time ⇒ ::Time
Returns the value of attribute state_transition_time.
Instance Attribute Details
#image_id ⇒ ::String
Returns the value of attribute image_id.
8309 8310 8311 |
# File 'sig/types.rbs', line 8309 def image_id @image_id end |
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
Returns the value of attribute launch_template.
8312 8313 8314 |
# File 'sig/types.rbs', line 8312 def launch_template @launch_template end |
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
8313 8314 8315 |
# File 'sig/types.rbs', line 8313 def max_parallel_launches @max_parallel_launches end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
8314 8315 8316 |
# File 'sig/types.rbs', line 8314 def owner_id @owner_id end |
#resource_type ⇒ "snapshot"
Returns the value of attribute resource_type.
8310 8311 8312 |
# File 'sig/types.rbs', line 8310 def resource_type @resource_type end |
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
Returns the value of attribute snapshot_configuration.
8311 8312 8313 |
# File 'sig/types.rbs', line 8311 def snapshot_configuration @snapshot_configuration end |
#state ⇒ "enabling", ...
Returns the value of attribute state.
8315 8316 8317 |
# File 'sig/types.rbs', line 8315 def state @state end |
#state_transition_reason ⇒ ::String
Returns the value of attribute state_transition_reason.
8316 8317 8318 |
# File 'sig/types.rbs', line 8316 def state_transition_reason @state_transition_reason end |
#state_transition_time ⇒ ::Time
Returns the value of attribute state_transition_time.
8317 8318 8319 |
# File 'sig/types.rbs', line 8317 def state_transition_time @state_transition_time end |