Class: Aws::Types::SearchResultItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_description::String

Returns the value of attribute asset_description.

Returns:

  • (::String)


6858
6859
6860
# File 'sig/types.rbs', line 6858

def asset_description
  @asset_description
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


6857
6858
6859
# File 'sig/types.rbs', line 6857

def asset_name
  @asset_name
end

#asset_type_id::String

Returns the value of attribute asset_type_id.

Returns:

  • (::String)


6860
6861
6862
# File 'sig/types.rbs', line 6860

def asset_type_id
  @asset_type_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6856
6857
6858
# File 'sig/types.rbs', line 6856

def id
  @id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6859
6860
6861
# File 'sig/types.rbs', line 6859

def updated_at
  @updated_at
end