Class: Aws::Types::CreateIntegrationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationMessage
- 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.
-
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#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.
756 757 758 |
# File 'sig/types.rbs', line 756 def additional_encryption_context @additional_encryption_context end |
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
758 759 760 |
# File 'sig/types.rbs', line 758 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
759 760 761 |
# File 'sig/types.rbs', line 759 def description @description end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
754 755 756 |
# File 'sig/types.rbs', line 754 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
755 756 757 |
# File 'sig/types.rbs', line 755 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
752 753 754 |
# File 'sig/types.rbs', line 752 def source_arn @source_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
757 758 759 |
# File 'sig/types.rbs', line 757 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
753 754 755 |
# File 'sig/types.rbs', line 753 def target_arn @target_arn end |