Class: Aws::Types::ListingRevisionInput
- Inherits:
-
Object
- Object
- Aws::Types::ListingRevisionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
4435 4436 4437 |
# File 'sig/types.rbs', line 4435 def identifier @identifier end |
#revision ⇒ ::String
Returns the value of attribute revision.
4436 4437 4438 |
# File 'sig/types.rbs', line 4436 def revision @revision end |