Class: Aws::Types::UpdateChangesetResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateChangesetResponse
- 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.
570 571 572 |
# File 'sig/types.rbs', line 570 def changeset_id @changeset_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
571 572 573 |
# File 'sig/types.rbs', line 571 def dataset_id @dataset_id end |