Module: Aws::FinSpaceData::Client::_GetChangesetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetChangesetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #active_from_timestamp ⇒ ::Integer
- #active_until_timestamp ⇒ ::Integer
- #change_type ⇒ "REPLACE", ...
- #changeset_arn ⇒ ::String
- #changeset_id ⇒ ::String
- #create_time ⇒ ::Integer
- #dataset_id ⇒ ::String
- #error_info ⇒ Types::ChangesetErrorInfo
- #format_params ⇒ ::Hash[::String, ::String]
- #source_params ⇒ ::Hash[::String, ::String]
- #status ⇒ "PENDING", ...
- #updated_by_changeset_id ⇒ ::String
- #updates_changeset_id ⇒ ::String
Instance Method Details
#active_from_timestamp ⇒ ::Integer
254 |
# File 'sig/client.rbs', line 254
def active_from_timestamp: () -> ::Integer
|
#active_until_timestamp ⇒ ::Integer
253 |
# File 'sig/client.rbs', line 253
def active_until_timestamp: () -> ::Integer
|
#change_type ⇒ "REPLACE", ...
247 |
# File 'sig/client.rbs', line 247
def change_type: () -> ("REPLACE" | "APPEND" | "MODIFY")
|
#changeset_arn ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def changeset_arn: () -> ::String
|
#changeset_id ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def changeset_id: () -> ::String
|
#create_time ⇒ ::Integer
250 |
# File 'sig/client.rbs', line 250
def create_time: () -> ::Integer
|
#dataset_id ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def dataset_id: () -> ::String
|
#error_info ⇒ Types::ChangesetErrorInfo
252 |
# File 'sig/client.rbs', line 252
def error_info: () -> Types::ChangesetErrorInfo
|
#format_params ⇒ ::Hash[::String, ::String]
249 |
# File 'sig/client.rbs', line 249
def format_params: () -> ::Hash[::String, ::String]
|
#source_params ⇒ ::Hash[::String, ::String]
248 |
# File 'sig/client.rbs', line 248
def source_params: () -> ::Hash[::String, ::String]
|
#status ⇒ "PENDING", ...
251 |
# File 'sig/client.rbs', line 251
def status: () -> ("PENDING" | "FAILED" | "SUCCESS" | "RUNNING" | "STOP_REQUESTED")
|
#updated_by_changeset_id ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def updated_by_changeset_id: () -> ::String
|
#updates_changeset_id ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def updates_changeset_id: () -> ::String
|