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]
3497 |
# File 'sig/client.rbs', line 3497
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
3500 |
# File 'sig/client.rbs', line 3500
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
3502 |
# File 'sig/client.rbs', line 3502
def data_filter: () -> ::String
|
#description ⇒ ::String
3494 |
# File 'sig/client.rbs', line 3494
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
3501 |
# File 'sig/client.rbs', line 3501
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
3495 |
# File 'sig/client.rbs', line 3495
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
3503 |
# File 'sig/client.rbs', line 3503
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
3493 |
# File 'sig/client.rbs', line 3493
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
3496 |
# File 'sig/client.rbs', line 3496
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
3491 |
# File 'sig/client.rbs', line 3491
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3499 |
# File 'sig/client.rbs', line 3499
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
3498 |
# File 'sig/client.rbs', line 3498
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
3492 |
# File 'sig/client.rbs', line 3492
def target_arn: () -> ::String
|