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.
-
#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.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#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.
674 675 676 |
# File 'sig/types.rbs', line 674 def additional_encryption_context @additional_encryption_context end |
#description ⇒ ::String
Returns the value of attribute description.
675 676 677 |
# File 'sig/types.rbs', line 675 def description @description end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
671 672 673 |
# File 'sig/types.rbs', line 671 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
672 673 674 |
# File 'sig/types.rbs', line 672 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
669 670 671 |
# File 'sig/types.rbs', line 669 def source_arn @source_arn end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
673 674 675 |
# File 'sig/types.rbs', line 673 def tag_list @tag_list end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
670 671 672 |
# File 'sig/types.rbs', line 670 def target_arn @target_arn end |