Class: Aws::MarketplaceDiscovery::Types::UseCase

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

Overview

A use case describing a scenario where the product can be applied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the use case.

Returns:

  • (String)


3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3081

class UseCase < Struct.new(
  :description,
  :display_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The human-readable name of the use case.

Returns:

  • (String)


3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3081

class UseCase < Struct.new(
  :description,
  :display_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The machine-readable identifier of the use case.

Returns:

  • (String)


3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3081

class UseCase < Struct.new(
  :description,
  :display_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end