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)


6900
6901
6902
# File 'sig/types.rbs', line 6900

def asset_description
  @asset_description
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


6899
6900
6901
# File 'sig/types.rbs', line 6899

def asset_name
  @asset_name
end

#asset_type_id::String

Returns the value of attribute asset_type_id.

Returns:

  • (::String)


6902
6903
6904
# File 'sig/types.rbs', line 6902

def asset_type_id
  @asset_type_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6898
6899
6900
# File 'sig/types.rbs', line 6898

def id
  @id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


6901
6902
6903
# File 'sig/types.rbs', line 6901

def updated_at
  @updated_at
end