Class: Aws::Types::ProfessionalServicesFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::ProfessionalServicesFulfillmentOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
571 572 573 |
# File 'sig/types.rbs', line 571 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
570 571 572 |
# File 'sig/types.rbs', line 570 def fulfillment_option_type @fulfillment_option_type end |