Class: Aws::ServiceCatalog::Types::UsageInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UsageInstruction
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Additional information provided by the administrator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The usage instruction type for the value.
-
#value ⇒ String
The usage instruction value for this type.
Instance Attribute Details
#type ⇒ String
The usage instruction type for the value.
7360 7361 7362 7363 7364 7365 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7360 class UsageInstruction < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The usage instruction value for this type.
7360 7361 7362 7363 7364 7365 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7360 class UsageInstruction < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |