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]
3507 |
# File 'sig/client.rbs', line 3507
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
3510 |
# File 'sig/client.rbs', line 3510
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
3512 |
# File 'sig/client.rbs', line 3512
def data_filter: () -> ::String
|
#description ⇒ ::String
3504 |
# File 'sig/client.rbs', line 3504
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
3511 |
# File 'sig/client.rbs', line 3511
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
3505 |
# File 'sig/client.rbs', line 3505
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
3513 |
# File 'sig/client.rbs', line 3513
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
3503 |
# File 'sig/client.rbs', line 3503
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
3506 |
# File 'sig/client.rbs', line 3506
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
3501 |
# File 'sig/client.rbs', line 3501
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
3509 |
# File 'sig/client.rbs', line 3509
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
3508 |
# File 'sig/client.rbs', line 3508
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
3502 |
# File 'sig/client.rbs', line 3502
def target_arn: () -> ::String
|