Class: Aws::Types::UpdateAssetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
7890 7891 7892 |
# File 'sig/types.rbs', line 7890 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
7888 7889 7890 |
# File 'sig/types.rbs', line 7888 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
7889 7890 7891 |
# File 'sig/types.rbs', line 7889 def name @name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7891 7892 7893 |
# File 'sig/types.rbs', line 7891 def updated_at @updated_at end |