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

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

Overview

Additional information provided by the administrator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The usage instruction type for the value.

Returns:

  • (String)


7360
7361
7362
7363
7364
7365
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7360

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

#valueString

The usage instruction value for this type.

Returns:

  • (String)


7360
7361
7362
7363
7364
7365
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 7360

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