Class: Aws::MarketplaceDiscovery::Types::ProfessionalServicesFulfillmentOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fulfillment_option_display_nameString

A human-readable name for the fulfillment option type.

Returns:

  • (String)


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_idString

The unique identifier of the fulfillment option.

Returns:

  • (String)


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_typeString

The category of the fulfillment option.

Returns:

  • (String)


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