Class: Aws::Types::AmazonMachineImageFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::AmazonMachineImageFulfillmentOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
-
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
-
#fulfillment_option_name ⇒ ::String
Returns the value of attribute fulfillment_option_name.
-
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
-
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
-
#operating_systems ⇒ ::Array[Types::AmazonMachineImageOperatingSystem]
Returns the value of attribute operating_systems.
-
#recommendation ⇒ Types::AmazonMachineImageRecommendation
Returns the value of attribute recommendation.
-
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
-
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
Instance Attribute Details
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
21 22 23 |
# File 'sig/types.rbs', line 21 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_name ⇒ ::String
Returns the value of attribute fulfillment_option_name.
18 19 20 |
# File 'sig/types.rbs', line 18 def fulfillment_option_name @fulfillment_option_name end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
20 21 22 |
# File 'sig/types.rbs', line 20 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
19 20 21 |
# File 'sig/types.rbs', line 19 def fulfillment_option_version @fulfillment_option_version end |
#operating_systems ⇒ ::Array[Types::AmazonMachineImageOperatingSystem]
Returns the value of attribute operating_systems.
22 23 24 |
# File 'sig/types.rbs', line 22 def @operating_systems end |
#recommendation ⇒ Types::AmazonMachineImageRecommendation
Returns the value of attribute recommendation.
23 24 25 |
# File 'sig/types.rbs', line 23 def recommendation @recommendation end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
24 25 26 |
# File 'sig/types.rbs', line 24 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
25 26 27 |
# File 'sig/types.rbs', line 25 def usage_instructions @usage_instructions end |