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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The usage instruction type for the value.

Returns:

  • (String)


8059
8060
8061
8062
8063
8064
# File 'lib/aws-sdk-servicecatalog/types.rb', line 8059

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

#valueString

The usage instruction value for this type.

Returns:

  • (String)


8059
8060
8061
8062
8063
8064
# File 'lib/aws-sdk-servicecatalog/types.rb', line 8059

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