Class: Aws::Types::GetChangesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetChangesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
Instance Attribute Details
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def changeset_id @changeset_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def dataset_id @dataset_id end |