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]
3525 |
# File 'sig/client.rbs', line 3525
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
3528 |
# File 'sig/client.rbs', line 3528
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
3530 |
# File 'sig/client.rbs', line 3530
def data_filter: () -> ::String
|
#description ⇒ ::String
3522 |
# File 'sig/client.rbs', line 3522
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
3529 |
# File 'sig/client.rbs', line 3529
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
3523 |
# File 'sig/client.rbs', line 3523
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
3531 |
# File 'sig/client.rbs', line 3531
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
3521 |
# File 'sig/client.rbs', line 3521
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
3524 |
# File 'sig/client.rbs', line 3524
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
3519 |
# File 'sig/client.rbs', line 3519
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3527 |
# File 'sig/client.rbs', line 3527
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
3526 |
# File 'sig/client.rbs', line 3526
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
3520 |
# File 'sig/client.rbs', line 3520
def target_arn: () -> ::String
|