Class: Aws::Types::GetRevisionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRevisionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#data_set_id ⇒ ::String
Returns the value of attribute data_set_id.
525 526 527 |
# File 'sig/types.rbs', line 525 def data_set_id @data_set_id end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
526 527 528 |
# File 'sig/types.rbs', line 526 def revision_id @revision_id end |