Class: Aws::Types::DataProductRevision
- Inherits:
-
Object
- Object
- Aws::Types::DataProductRevision
- 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.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def created_by @created_by end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def id @id end |
#revision ⇒ ::String
Returns the value of attribute revision.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def revision @revision end |