Class: Aws::Types::AssetRevision
- Inherits:
-
Object
- Object
- Aws::Types::AssetRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
324 325 326 |
# File 'sig/types.rbs', line 324 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
323 324 325 |
# File 'sig/types.rbs', line 323 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
321 322 323 |
# File 'sig/types.rbs', line 321 def id @id end |
#revision ⇒ ::String
Returns the value of attribute revision.
322 323 324 |
# File 'sig/types.rbs', line 322 def revision @revision end |