Class: Aws::Types::DescribeFastLaunchImagesSuccessItem
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFastLaunchImagesSuccessItem
- 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.
5645 5646 5647 |
# File 'sig/types.rbs', line 5645 def image_id @image_id end |
#launch_template ⇒ Types::FastLaunchLaunchTemplateSpecificationResponse
Returns the value of attribute launch_template.
5648 5649 5650 |
# File 'sig/types.rbs', line 5648 def launch_template @launch_template end |
#max_parallel_launches ⇒ ::Integer
Returns the value of attribute max_parallel_launches.
5649 5650 5651 |
# File 'sig/types.rbs', line 5649 def max_parallel_launches @max_parallel_launches end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
5650 5651 5652 |
# File 'sig/types.rbs', line 5650 def owner_id @owner_id end |
#resource_type ⇒ "snapshot"
Returns the value of attribute resource_type.
5646 5647 5648 |
# File 'sig/types.rbs', line 5646 def resource_type @resource_type end |
#snapshot_configuration ⇒ Types::FastLaunchSnapshotConfigurationResponse
Returns the value of attribute snapshot_configuration.
5647 5648 5649 |
# File 'sig/types.rbs', line 5647 def snapshot_configuration @snapshot_configuration end |
#state ⇒ "enabling", ...
Returns the value of attribute state.
5651 5652 5653 |
# File 'sig/types.rbs', line 5651 def state @state end |
#state_transition_reason ⇒ ::String
Returns the value of attribute state_transition_reason.
5652 5653 5654 |
# File 'sig/types.rbs', line 5652 def state_transition_reason @state_transition_reason end |
#state_transition_time ⇒ ::Time
Returns the value of attribute state_transition_time.
5653 5654 5655 |
# File 'sig/types.rbs', line 5653 def state_transition_time @state_transition_time end |