Class: Aws::Types::ListingRevision
- Inherits:
-
Object
- Object
- Aws::Types::ListingRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4429 4430 4431 |
# File 'sig/types.rbs', line 4429 def id @id end |
#revision ⇒ ::String
Returns the value of attribute revision.
4430 4431 4432 |
# File 'sig/types.rbs', line 4430 def revision @revision end |