Class: Aws::Types::Integration
- Inherits:
-
Object
- Object
- Aws::Types::Integration
- 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.
-
#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.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def additional_encryption_context @additional_encryption_context end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def description @description end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def integration_arn @integration_arn end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def source_arn @source_arn end |
#status ⇒ "creating", ...
Returns the value of attribute status.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def target_arn @target_arn end |