Class: Aws::Types::GetChangesetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetChangesetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_from_timestamp ⇒ ::Integer
Returns the value of attribute active_from_timestamp.
-
#active_until_timestamp ⇒ ::Integer
Returns the value of attribute active_until_timestamp.
-
#change_type ⇒ "REPLACE", ...
Returns the value of attribute change_type.
-
#changeset_arn ⇒ ::String
Returns the value of attribute changeset_arn.
-
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
-
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#error_info ⇒ Types::ChangesetErrorInfo
Returns the value of attribute error_info.
-
#format_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute format_params.
-
#source_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_params.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#updated_by_changeset_id ⇒ ::String
Returns the value of attribute updated_by_changeset_id.
-
#updates_changeset_id ⇒ ::String
Returns the value of attribute updates_changeset_id.
Instance Attribute Details
#active_from_timestamp ⇒ ::Integer
Returns the value of attribute active_from_timestamp.
280 281 282 |
# File 'sig/types.rbs', line 280 def @active_from_timestamp end |
#active_until_timestamp ⇒ ::Integer
Returns the value of attribute active_until_timestamp.
279 280 281 |
# File 'sig/types.rbs', line 279 def @active_until_timestamp end |
#change_type ⇒ "REPLACE", ...
Returns the value of attribute change_type.
273 274 275 |
# File 'sig/types.rbs', line 273 def change_type @change_type end |
#changeset_arn ⇒ ::String
Returns the value of attribute changeset_arn.
271 272 273 |
# File 'sig/types.rbs', line 271 def changeset_arn @changeset_arn end |
#changeset_id ⇒ ::String
Returns the value of attribute changeset_id.
270 271 272 |
# File 'sig/types.rbs', line 270 def changeset_id @changeset_id end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
276 277 278 |
# File 'sig/types.rbs', line 276 def create_time @create_time end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
272 273 274 |
# File 'sig/types.rbs', line 272 def dataset_id @dataset_id end |
#error_info ⇒ Types::ChangesetErrorInfo
Returns the value of attribute error_info.
278 279 280 |
# File 'sig/types.rbs', line 278 def error_info @error_info end |
#format_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute format_params.
275 276 277 |
# File 'sig/types.rbs', line 275 def format_params @format_params end |
#source_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_params.
274 275 276 |
# File 'sig/types.rbs', line 274 def source_params @source_params end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
277 278 279 |
# File 'sig/types.rbs', line 277 def status @status end |
#updated_by_changeset_id ⇒ ::String
Returns the value of attribute updated_by_changeset_id.
282 283 284 |
# File 'sig/types.rbs', line 282 def updated_by_changeset_id @updated_by_changeset_id end |
#updates_changeset_id ⇒ ::String
Returns the value of attribute updates_changeset_id.
281 282 283 |
# File 'sig/types.rbs', line 281 def updates_changeset_id @updates_changeset_id end |