Module: Aws::Glue::Client::_ModifyIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ModifyIntegrationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_encryption_context ⇒ ::Hash[::String, ::String]
- #create_time ⇒ ::Time
- #data_filter ⇒ ::String
- #description ⇒ ::String
- #errors ⇒ ::Array[Types::IntegrationError]
- #integration_arn ⇒ ::String
- #integration_config ⇒ Types::IntegrationConfig
- #integration_name ⇒ ::String
- #kms_key_id ⇒ ::String
- #source_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Array[Types::Tag]
- #target_arn ⇒ ::String
Instance Method Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
3483 |
# File 'sig/client.rbs', line 3483
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
3486 |
# File 'sig/client.rbs', line 3486
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
3488 |
# File 'sig/client.rbs', line 3488
def data_filter: () -> ::String
|
#description ⇒ ::String
3480 |
# File 'sig/client.rbs', line 3480
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
3487 |
# File 'sig/client.rbs', line 3487
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
3481 |
# File 'sig/client.rbs', line 3481
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
3489 |
# File 'sig/client.rbs', line 3489
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
3479 |
# File 'sig/client.rbs', line 3479
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
3482 |
# File 'sig/client.rbs', line 3482
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
3477 |
# File 'sig/client.rbs', line 3477
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3485 |
# File 'sig/client.rbs', line 3485
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
3484 |
# File 'sig/client.rbs', line 3484
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
3478 |
# File 'sig/client.rbs', line 3478
def target_arn: () -> ::String
|