Class: Aws::Types::ProductCode

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def code
  @code
end

#product_type::String

Returns the value of attribute product_type.

Returns:

  • (::String)


2471
2472
2473
# File 'sig/types.rbs', line 2471

def product_type
  @product_type
end