Module: Aws::Glue::Client::_CreateIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateIntegrationResponse]
- 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]
676 |
# File 'sig/client.rbs', line 676
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
679 |
# File 'sig/client.rbs', line 679
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
681 |
# File 'sig/client.rbs', line 681
def data_filter: () -> ::String
|
#description ⇒ ::String
673 |
# File 'sig/client.rbs', line 673
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
680 |
# File 'sig/client.rbs', line 680
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
682 |
# File 'sig/client.rbs', line 682
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
678 |
# File 'sig/client.rbs', line 678
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
677 |
# File 'sig/client.rbs', line 677
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
671 |
# File 'sig/client.rbs', line 671
def target_arn: () -> ::String
|