Class: Aws::Types::InventoryItemSchema

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::InventoryItemAttribute]

Returns the value of attribute attributes.

Returns:



2668
2669
2670
# File 'sig/types.rbs', line 2668

def attributes
  @attributes
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2669
2670
2671
# File 'sig/types.rbs', line 2669

def display_name
  @display_name
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2666
2667
2668
# File 'sig/types.rbs', line 2666

def type_name
  @type_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2667
2668
2669
# File 'sig/types.rbs', line 2667

def version
  @version
end