Class: Aws::Types::ApiFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::ApiFulfillmentOption
- 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_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
-
#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.
46 47 48 |
# File 'sig/types.rbs', line 46 def aws_supported_services @aws_supported_services end |
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
44 45 46 |
# File 'sig/types.rbs', line 44 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
42 43 44 |
# File 'sig/types.rbs', line 42 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
43 44 45 |
# File 'sig/types.rbs', line 43 def fulfillment_option_type @fulfillment_option_type end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
45 46 47 |
# File 'sig/types.rbs', line 45 def usage_instructions @usage_instructions end |