Class: Aws::Types::FulfillmentOptionSummary
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentOptionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
246 247 248 |
# File 'sig/types.rbs', line 246 def display_name @display_name end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
245 246 247 |
# File 'sig/types.rbs', line 245 def fulfillment_option_type @fulfillment_option_type end |