Class: Aws::Types::GetKxChangesetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetKxChangesetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_from_timestamp ⇒ ::Time
Returns the value of attribute active_from_timestamp.
-
#change_requests ⇒ ::Array[Types::ChangeRequest]
Returns the value of attribute change_requests.
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
-
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#active_from_timestamp ⇒ ::Time
Returns the value of attribute active_from_timestamp.
431 432 433 |
# File 'sig/types.rbs', line 431 def @active_from_timestamp end |
#change_requests ⇒ ::Array[Types::ChangeRequest]
Returns the value of attribute change_requests.
429 430 431 |
# File 'sig/types.rbs', line 429 def change_requests @change_requests end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
426 427 428 |
# File 'sig/types.rbs', line 426 def changeset_id @changeset_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
430 431 432 |
# File 'sig/types.rbs', line 430 def @created_timestamp end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def environment_id @environment_id end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
434 435 436 |
# File 'sig/types.rbs', line 434 def error_info @error_info end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
432 433 434 |
# File 'sig/types.rbs', line 432 def @last_modified_timestamp end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
433 434 435 |
# File 'sig/types.rbs', line 433 def status @status end |