Class: Aws::Types::GetKxChangesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxChangesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
Instance Attribute Details
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
421 422 423 |
# File 'sig/types.rbs', line 421 def changeset_id @changeset_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
420 421 422 |
# File 'sig/types.rbs', line 420 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def environment_id @environment_id end |