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