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.
-
#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.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def additional_encryption_context @additional_encryption_context end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
4722 4723 4724 |
# File 'sig/types.rbs', line 4722 def create_time @create_time end |
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
4725 4726 4727 |
# File 'sig/types.rbs', line 4725 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def description @description end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
4724 4725 4726 |
# File 'sig/types.rbs', line 4724 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 def integration_arn @integration_arn end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
4723 4724 4725 |
# File 'sig/types.rbs', line 4723 def integration_config @integration_config end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4718 4719 4720 |
# File 'sig/types.rbs', line 4718 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
4713 4714 4715 |
# File 'sig/types.rbs', line 4713 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
4721 4722 4723 |
# File 'sig/types.rbs', line 4721 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
4720 4721 4722 |
# File 'sig/types.rbs', line 4720 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def target_arn @target_arn end |