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]
783 |
# File 'sig/client.rbs', line 783
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
780 |
# File 'sig/client.rbs', line 780
def create_time: () -> ::Time
|
#description ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
779 |
# File 'sig/client.rbs', line 779
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def integration_arn: () -> ::String
|
#integration_name ⇒ ::String
775 |
# File 'sig/client.rbs', line 775
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
782 |
# File 'sig/client.rbs', line 782
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def source_arn: () -> ::String
|
#status ⇒ "creating", ...
778 |
# File 'sig/client.rbs', line 778
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
#tags ⇒ ::Array[Types::Tag]
784 |
# File 'sig/client.rbs', line 784
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def target_arn: () -> ::String
|