Class: Aws::Types::ListInventoryEntriesResult

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)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def capture_time
  @capture_time
end

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

Returns the value of attribute entries.

Returns:

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


2873
2874
2875
# File 'sig/types.rbs', line 2873

def entries
  @entries
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


2870
2871
2872
# File 'sig/types.rbs', line 2870

def instance_id
  @instance_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def next_token
  @next_token
end

#schema_version::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def schema_version
  @schema_version
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def type_name
  @type_name
end