Class: Aws::Types::HelmFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::HelmFulfillmentOption
- 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::HelmOperatingSystem]
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.
376 377 378 |
# File 'sig/types.rbs', line 376 def aws_supported_services @aws_supported_services end |
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
372 373 374 |
# File 'sig/types.rbs', line 372 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_name ⇒ ::String
Returns the value of attribute fulfillment_option_name.
370 371 372 |
# File 'sig/types.rbs', line 370 def fulfillment_option_name @fulfillment_option_name end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
371 372 373 |
# File 'sig/types.rbs', line 371 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
373 374 375 |
# File 'sig/types.rbs', line 373 def fulfillment_option_version @fulfillment_option_version end |
#operating_systems ⇒ ::Array[Types::HelmOperatingSystem]
Returns the value of attribute operating_systems.
374 375 376 |
# File 'sig/types.rbs', line 374 def @operating_systems end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
375 376 377 |
# File 'sig/types.rbs', line 375 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
377 378 379 |
# File 'sig/types.rbs', line 377 def usage_instructions @usage_instructions end |