Module: Aws::Redshift::Client::_CreateIntegrationResponseSuccess
- 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]
501 |
# File 'sig/client.rbs', line 501
def additional_encryption_context: () -> ::Hash[::String, ::String]
|
#create_time ⇒ ::Time
498 |
# File 'sig/client.rbs', line 498
def create_time: () -> ::Time
|
#description ⇒ ::String
499 |
# File 'sig/client.rbs', line 499
def description: () -> ::String
|
#errors ⇒ ::Array[Types::IntegrationError]
497 |
# File 'sig/client.rbs', line 497
def errors: () -> ::Array[Types::IntegrationError]
|
#integration_arn ⇒ ::String
492 |
# File 'sig/client.rbs', line 492
def integration_arn: () -> ::String
|
#integration_name ⇒ ::String
493 |
# File 'sig/client.rbs', line 493
def integration_name: () -> ::String
|
#kms_key_id ⇒ ::String
500 |
# File 'sig/client.rbs', line 500
def kms_key_id: () -> ::String
|
#source_arn ⇒ ::String
494 |
# File 'sig/client.rbs', line 494
def source_arn: () -> ::String
|
#status ⇒ "creating", ...
496 |
# File 'sig/client.rbs', line 496
def status: () -> ("creating" | "active" | "modifying" | "failed" | "deleting" | "syncing" | "needs_attention")
|
#tags ⇒ ::Array[Types::Tag]
502 |
# File 'sig/client.rbs', line 502
def tags: () -> ::Array[Types::Tag]
|
#target_arn ⇒ ::String
495 |
# File 'sig/client.rbs', line 495
def target_arn: () -> ::String
|