Class: Aws::Types::ContainerFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::ContainerFulfillmentOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_supported_services ⇒ ::Array[Types::AwsSupportedService]
Returns the value of attribute aws_supported_services.
-
#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::ContainerOperatingSystem]
Returns the value of attribute operating_systems.
-
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
-
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
Instance Attribute Details
#aws_supported_services ⇒ ::Array[Types::AwsSupportedService]
Returns the value of attribute aws_supported_services.
108 109 110 |
# File 'sig/types.rbs', line 108 def aws_supported_services @aws_supported_services end |
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_name ⇒ ::String
Returns the value of attribute fulfillment_option_name.
103 104 105 |
# File 'sig/types.rbs', line 103 def fulfillment_option_name @fulfillment_option_name end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
104 105 106 |
# File 'sig/types.rbs', line 104 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
106 107 108 |
# File 'sig/types.rbs', line 106 def fulfillment_option_version @fulfillment_option_version end |
#operating_systems ⇒ ::Array[Types::ContainerOperatingSystem]
Returns the value of attribute operating_systems.
107 108 109 |
# File 'sig/types.rbs', line 107 def @operating_systems end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
109 110 111 |
# File 'sig/types.rbs', line 109 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
110 111 112 |
# File 'sig/types.rbs', line 110 def usage_instructions @usage_instructions end |