Class: Aws::Types::CreateIntegrationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationResponse
- 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.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def additional_encryption_context @additional_encryption_context end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def create_time @create_time end |
#data_filter ⇒ ::String
Returns the value of attribute data_filter.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def data_filter @data_filter end |
#description ⇒ ::String
Returns the value of attribute description.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def description @description end |
#errors ⇒ ::Array[Types::IntegrationError]
Returns the value of attribute errors.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def errors @errors end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def integration_arn @integration_arn end |
#integration_config ⇒ Types::IntegrationConfig
Returns the value of attribute integration_config.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def integration_config @integration_config end |
#integration_name ⇒ ::String
Returns the value of attribute integration_name.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def integration_name @integration_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def kms_key_id @kms_key_id end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def source_arn @source_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def target_arn @target_arn end |