Class: Aws::MarketplaceDiscovery::Types::ProfessionalServicesFulfillmentOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::ProfessionalServicesFulfillmentOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
Describes a professional services fulfillment option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fulfillment_option_display_name ⇒ String
A human-readable name for the fulfillment option type.
-
#fulfillment_option_id ⇒ String
The unique identifier of the fulfillment option.
-
#fulfillment_option_type ⇒ String
The category of the fulfillment option.
Instance Attribute Details
#fulfillment_option_display_name ⇒ String
A human-readable name for the fulfillment option type.
2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2114 class ProfessionalServicesFulfillmentOption < Struct.new( :fulfillment_option_id, :fulfillment_option_type, :fulfillment_option_display_name) SENSITIVE = [] include Aws::Structure end |
#fulfillment_option_id ⇒ String
The unique identifier of the fulfillment option.
2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2114 class ProfessionalServicesFulfillmentOption < Struct.new( :fulfillment_option_id, :fulfillment_option_type, :fulfillment_option_display_name) SENSITIVE = [] include Aws::Structure end |
#fulfillment_option_type ⇒ String
The category of the fulfillment option.
2114 2115 2116 2117 2118 2119 2120 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2114 class ProfessionalServicesFulfillmentOption < Struct.new( :fulfillment_option_id, :fulfillment_option_type, :fulfillment_option_display_name) SENSITIVE = [] include Aws::Structure end |