Class: Aws::ServiceCatalog::Types::UsageInstruction

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

Overview

Additional information provided by the administrator.

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The usage instruction type for the value.

Returns:

  • (String)


6449
6450
6451
6452
6453
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6449

class UsageInstruction < Struct.new(
  :type,
  :value)
  include Aws::Structure
end

#valueString

The usage instruction value for this type.

Returns:

  • (String)


6449
6450
6451
6452
6453
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6449

class UsageInstruction < Struct.new(
  :type,
  :value)
  include Aws::Structure
end