Class: Aws::Types::InventoryResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capture_time::String

Returns the value of attribute capture_time.

Returns:

  • (::String)


2682
2683
2684
# File 'sig/types.rbs', line 2682

def capture_time
  @capture_time
end

#content::Array[::Hash[::String, ::String]]

Returns the value of attribute content.

Returns:

  • (::Array[::Hash[::String, ::String]])


2684
2685
2686
# File 'sig/types.rbs', line 2684

def content
  @content
end

#content_hash::String

Returns the value of attribute content_hash.

Returns:

  • (::String)


2683
2684
2685
# File 'sig/types.rbs', line 2683

def content_hash
  @content_hash
end

#schema_version::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


2681
2682
2683
# File 'sig/types.rbs', line 2681

def schema_version
  @schema_version
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2680
2681
2682
# File 'sig/types.rbs', line 2680

def type_name
  @type_name
end