Class: Aws::Drs::Types::ProductCode

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

Overview

Properties of a product code associated with a volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_code_idString

Id of a product code associated with a volume.

Returns:

  • (String)


2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2120

class ProductCode < Struct.new(
  :product_code_id,
  :product_code_mode)
  SENSITIVE = []
  include Aws::Structure
end

#product_code_modeString

Mode of a product code associated with a volume.

Returns:

  • (String)


2120
2121
2122
2123
2124
2125
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2120

class ProductCode < Struct.new(
  :product_code_id,
  :product_code_mode)
  SENSITIVE = []
  include Aws::Structure
end