Class: Aws::MarketplaceDiscovery::Types::UseCase
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::UseCase
- 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
-
#description ⇒ String
A description of the use case.
-
#display_name ⇒ String
The human-readable name of the use case.
-
#value ⇒ String
The machine-readable identifier of the use case.
Instance Attribute Details
#description ⇒ String
A description of the use case.
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 |