Class: Aws::Types::SaasFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::SaasFulfillmentOption
- 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.
-
#fulfillment_url ⇒ ::String
Returns the value of attribute fulfillment_url.
-
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
Instance Attribute Details
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
692 693 694 |
# File 'sig/types.rbs', line 692 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
691 692 693 |
# File 'sig/types.rbs', line 691 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_url ⇒ ::String
Returns the value of attribute fulfillment_url.
693 694 695 |
# File 'sig/types.rbs', line 693 def fulfillment_url @fulfillment_url end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
694 695 696 |
# File 'sig/types.rbs', line 694 def usage_instructions @usage_instructions end |