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]
687 |
# File 'sig/client.rbs', line 687
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
690 |
# File 'sig/client.rbs', line 690
def create_time: () -> ::Time
|
#data_filter ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def data_filter: () -> ::String
|
#description ⇒ ::String
684 |
# File 'sig/client.rbs', line 684
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
691 |
# File 'sig/client.rbs', line 691
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def integration_arn: () -> ::String
|
#integration_config ⇒ Types::IntegrationConfig
693 |
# File 'sig/client.rbs', line 693
def integration_config: () -> Types::IntegrationConfig
|
#integration_name ⇒ ::String
683 |
# File 'sig/client.rbs', line 683
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
681 |
# File 'sig/client.rbs', line 681
def source_arn: () -> ::String
|
#status ⇒ "CREATING", ...
689 |
# File 'sig/client.rbs', line 689
def status: () -> ("CREATING" | "ACTIVE" | "MODIFYING" | "FAILED" | "DELETING" | "SYNCING" | "NEEDS_ATTENTION")
|
#tags ⇒ ::Array[Types::Tag]
688 |
# File 'sig/client.rbs', line 688
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
682 |
# File 'sig/client.rbs', line 682
def target_arn: () -> ::String
|