Class: Aws::Types::CreateIntegrationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationRequest
- 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_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.
-
#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.
1561 1562 1563 |
# File 'sig/types.rbs', line 1561 def additional_encryption_context @additional_encryption_context end |
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
1559 1560 1561 |
# File 'sig/types.rbs', line 1559 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
1558 1559 1560 |
# File 'sig/types.rbs', line 1558 def description @description end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def integration_config @integration_config end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1560 1561 1562 |
# File 'sig/types.rbs', line 1560 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def source_arn @source_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1557 1558 1559 |
# File 'sig/types.rbs', line 1557 def target_arn @target_arn end |