Class: Aws::Types::CreateKxChangesetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxChangesetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#change_requests ⇒ ::Array[Types::ChangeRequest]
Returns the value of attribute change_requests.
83 84 85 |
# File 'sig/types.rbs', line 83 def change_requests @change_requests end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def changeset_id @changeset_id end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
84 85 86 |
# File 'sig/types.rbs', line 84 def end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
81 82 83 |
# File 'sig/types.rbs', line 81 def database_name @database_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def environment_id @environment_id end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
87 88 89 |
# File 'sig/types.rbs', line 87 def error_info @error_info end |
#last_modified_timestamp ⇒ ::Time
Returns the value of attribute last_modified_timestamp.
85 86 87 |
# File 'sig/types.rbs', line 85 def end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
86 87 88 |
# File 'sig/types.rbs', line 86 def status @status end |