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]
3470 |
# File 'sig/client.rbs', line 3470
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
3473 |
# File 'sig/client.rbs', line 3473
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
3475 |
# File 'sig/client.rbs', line 3475
def data_filter: () -> ::String
|
#description ⇒ ::String
3467 |
# File 'sig/client.rbs', line 3467
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
3474 |
# File 'sig/client.rbs', line 3474
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
3468 |
# File 'sig/client.rbs', line 3468
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
3476 |
# File 'sig/client.rbs', line 3476
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
3466 |
# File 'sig/client.rbs', line 3466
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
3469 |
# File 'sig/client.rbs', line 3469
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
3464 |
# File 'sig/client.rbs', line 3464
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3472 |
# File 'sig/client.rbs', line 3472
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
3471 |
# File 'sig/client.rbs', line 3471
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
3465 |
# File 'sig/client.rbs', line 3465
def target_arn: () -> ::String
|