Class: Aws::Types::DeleteIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIntegrationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
2455 2456 2457 |
# File 'sig/types.rbs', line 2455 def additional_encryption_context @additional_encryption_context end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def create_time @create_time end |
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
2452 2453 2454 |
# File 'sig/types.rbs', line 2452 def description @description end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
2453 2454 2455 |
# File 'sig/types.rbs', line 2453 def integration_arn @integration_arn end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
2451 2452 2453 |
# File 'sig/types.rbs', line 2451 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2454 2455 2456 |
# File 'sig/types.rbs', line 2454 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2457 2458 2459 |
# File 'sig/types.rbs', line 2457 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2456 2457 2458 |
# File 'sig/types.rbs', line 2456 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def target_arn @target_arn end |