Class: Aws::Types::SearchResultItem
- Inherits:
-
Object
- Object
- Aws::Types::SearchResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
-
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
-
#asset_type_id ⇒ ::String
Returns the value of attribute asset_type_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#asset_description ⇒ ::String
Returns the value of attribute asset_description.
6890 6891 6892 |
# File 'sig/types.rbs', line 6890 def asset_description @asset_description end |
#asset_name ⇒ ::String
Returns the value of attribute asset_name.
6889 6890 6891 |
# File 'sig/types.rbs', line 6889 def asset_name @asset_name end |
#asset_type_id ⇒ ::String
Returns the value of attribute asset_type_id.
6892 6893 6894 |
# File 'sig/types.rbs', line 6892 def asset_type_id @asset_type_id end |
#id ⇒ ::String
Returns the value of attribute id.
6888 6889 6890 |
# File 'sig/types.rbs', line 6888 def id @id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6891 6892 6893 |
# File 'sig/types.rbs', line 6891 def updated_at @updated_at end |