Class: Aws::Types::CloudFormationFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::CloudFormationFulfillmentOption
- 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_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.
-
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
-
#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.
73 74 75 |
# File 'sig/types.rbs', line 73 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_name ⇒ ::String
Returns the value of attribute fulfillment_option_name.
71 72 73 |
# File 'sig/types.rbs', line 71 def fulfillment_option_name @fulfillment_option_name end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
72 73 74 |
# File 'sig/types.rbs', line 72 def fulfillment_option_type @fulfillment_option_type end |
#fulfillment_option_version ⇒ ::String
Returns the value of attribute fulfillment_option_version.
74 75 76 |
# File 'sig/types.rbs', line 74 def fulfillment_option_version @fulfillment_option_version end |
#release_notes ⇒ ::String
Returns the value of attribute release_notes.
75 76 77 |
# File 'sig/types.rbs', line 75 def release_notes @release_notes end |
#usage_instructions ⇒ ::String
Returns the value of attribute usage_instructions.
76 77 78 |
# File 'sig/types.rbs', line 76 def usage_instructions @usage_instructions end |