Module: Aws::Redshift::Client::_DeleteIntegrationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Integration]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #additional_encryption_context ⇒ ::Hash[::String, ::String]
- #create_time ⇒ ::Time
- #description ⇒ ::String
- #errors ⇒ ::Array[Types::IntegrationError]
- #integration_arn ⇒ ::String
- #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]
801 |
# File 'sig/client.rbs', line 801
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
798 |
# File 'sig/client.rbs', line 798
def create_time: () -> ::Time
|
#description ⇒ ::String
799 |
# File 'sig/client.rbs', line 799
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
797 |
# File 'sig/client.rbs', line 797
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
792 |
# File 'sig/client.rbs', line 792
def integration_arn: () -> ::String
|
#integration_name ⇒ ::String
793 |
# File 'sig/client.rbs', line 793
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
794 |
# File 'sig/client.rbs', line 794
def source_arn: () -> ::String
|
#status ⇒ "creating", ...
796 |
# File 'sig/client.rbs', line 796
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
#tags ⇒ ::Array[Types::Tag]
802 |
# File 'sig/client.rbs', line 802
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
795 |
# File 'sig/client.rbs', line 795
def target_arn: () -> ::String
|