Class: Aws::MarketplaceDiscovery::Types::SaasFulfillmentOption

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacediscovery/types.rb

Overview

Describes a Software as a Service (SaaS) 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)


2583
2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2583

class SaasFulfillmentOption < Struct.new(
  :fulfillment_option_id,
  :fulfillment_option_type,
  :fulfillment_option_display_name,
  :fulfillment_url,
  :usage_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#fulfillment_option_idString

The unique identifier of the fulfillment option.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2583

class SaasFulfillmentOption < Struct.new(
  :fulfillment_option_id,
  :fulfillment_option_type,
  :fulfillment_option_display_name,
  :fulfillment_url,
  :usage_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#fulfillment_option_typeString

The category of the fulfillment option.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2583

class SaasFulfillmentOption < Struct.new(
  :fulfillment_option_id,
  :fulfillment_option_type,
  :fulfillment_option_display_name,
  :fulfillment_url,
  :usage_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#fulfillment_urlString

The URL of the seller's software registration landing page.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2583

class SaasFulfillmentOption < Struct.new(
  :fulfillment_option_id,
  :fulfillment_option_type,
  :fulfillment_option_display_name,
  :fulfillment_url,
  :usage_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#usage_instructionsString

Instructions on how to access and use this SaaS product.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 2583

class SaasFulfillmentOption < Struct.new(
  :fulfillment_option_id,
  :fulfillment_option_type,
  :fulfillment_option_display_name,
  :fulfillment_url,
  :usage_instructions)
  SENSITIVE = []
  include Aws::Structure
end