Class: Aws::Types::IntegrationAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
-
#integration_association_arn ⇒ ::String
Returns the value of attribute integration_association_arn.
-
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
-
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
-
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
-
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
-
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def instance_id @instance_id end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4602 4603 4604 |
# File 'sig/types.rbs', line 4602 def integration_arn @integration_arn end |
#integration_association_arn ⇒ ::String
Returns the value of attribute integration_association_arn.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def integration_association_arn @integration_association_arn end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def integration_association_id @integration_association_id end |
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
4601 4602 4603 |
# File 'sig/types.rbs', line 4601 def integration_type @integration_type end |
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
4604 4605 4606 |
# File 'sig/types.rbs', line 4604 def source_application_name @source_application_name end |
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
4603 4604 4605 |
# File 'sig/types.rbs', line 4603 def source_application_url @source_application_url end |
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
4605 4606 4607 |
# File 'sig/types.rbs', line 4605 def source_type @source_type end |