Class: Aws::Types::DataExchangeFulfillmentOption
- Inherits:
-
Object
- Object
- Aws::Types::DataExchangeFulfillmentOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_artifacts ⇒ ::Array[Types::DataArtifact]
Returns the value of attribute data_artifacts.
-
#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
#data_artifacts ⇒ ::Array[Types::DataArtifact]
Returns the value of attribute data_artifacts.
132 133 134 |
# File 'sig/types.rbs', line 132 def data_artifacts @data_artifacts end |
#fulfillment_option_display_name ⇒ ::String
Returns the value of attribute fulfillment_option_display_name.
131 132 133 |
# File 'sig/types.rbs', line 131 def fulfillment_option_display_name @fulfillment_option_display_name end |
#fulfillment_option_id ⇒ ::String
Returns the value of attribute fulfillment_option_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def fulfillment_option_id @fulfillment_option_id end |
#fulfillment_option_type ⇒ "AMAZON_MACHINE_IMAGE", ...
Returns the value of attribute fulfillment_option_type.
130 131 132 |
# File 'sig/types.rbs', line 130 def fulfillment_option_type @fulfillment_option_type end |