Class: Aws::Types::EksAddOnFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::EksAddOnFulfillmentOption
- 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::EksAddOnOperatingSystem]
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.
172 173 174 |
# File 'sig/types.rbs', line 172 def aws_supported_services @aws_supported_services end |
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
164 165 166 |
# File 'sig/types.rbs', line 164 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_name ⇒ ::String
Returns the value of attribute fulfillment_option_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def fulfillment_option_name @fulfillment_option_name end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
166 167 168 |
# File 'sig/types.rbs', line 166 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
168 169 170 |
# File 'sig/types.rbs', line 168 def fulfillment_option_version @fulfillment_option_version end |
#operating_systems ⇒ ::Array[Types::EksAddOnOperatingSystem]
Returns the value of attribute operating_systems.
169 170 171 |
# File 'sig/types.rbs', line 169 def @operating_systems end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
170 171 172 |
# File 'sig/types.rbs', line 170 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
171 172 173 |
# File 'sig/types.rbs', line 171 def usage_instructions @usage_instructions end |