Class: Aws::Types::InventoryItemAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type"string", "number"

Returns the value of attribute data_type.

Returns:

  • ("string", "number")


2661
2662
2663
# File 'sig/types.rbs', line 2661

def data_type
  @data_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2660
2661
2662
# File 'sig/types.rbs', line 2660

def name
  @name
end