Class: Aws::Types::ModifyIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIntegrationResponse
- 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_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
-
#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.
5697 5698 5699 |
# File 'sig/types.rbs', line 5697 def additional_encryption_context @additional_encryption_context end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
5700 5701 5702 |
# File 'sig/types.rbs', line 5700 def create_time @create_time end |
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
5702 5703 5704 |
# File 'sig/types.rbs', line 5702 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
5694 5695 5696 |
# File 'sig/types.rbs', line 5694 def description @description end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
5701 5702 5703 |
# File 'sig/types.rbs', line 5701 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
5695 5696 5697 |
# File 'sig/types.rbs', line 5695 def integration_arn @integration_arn end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
5703 5704 5705 |
# File 'sig/types.rbs', line 5703 def integration_config @integration_config end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
5693 5694 5695 |
# File 'sig/types.rbs', line 5693 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
5696 5697 5698 |
# File 'sig/types.rbs', line 5696 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
5691 5692 5693 |
# File 'sig/types.rbs', line 5691 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
5699 5700 5701 |
# File 'sig/types.rbs', line 5699 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
5698 5699 5700 |
# File 'sig/types.rbs', line 5698 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
5692 5693 5694 |
# File 'sig/types.rbs', line 5692 def target_arn @target_arn end |