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.
4692 4693 4694 |
# File 'sig/types.rbs', line 4692 def instance_id @instance_id end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4694 4695 4696 |
# File 'sig/types.rbs', line 4694 def integration_arn @integration_arn end |
#integration_association_arn ⇒ ::String
Returns the value of attribute integration_association_arn.
4691 4692 4693 |
# File 'sig/types.rbs', line 4691 def integration_association_arn @integration_association_arn end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
4690 4691 4692 |
# File 'sig/types.rbs', line 4690 def integration_association_id @integration_association_id end |
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
4693 4694 4695 |
# File 'sig/types.rbs', line 4693 def integration_type @integration_type end |
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
4696 4697 4698 |
# File 'sig/types.rbs', line 4696 def source_application_name @source_application_name end |
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
4695 4696 4697 |
# File 'sig/types.rbs', line 4695 def source_application_url @source_application_url end |
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
4697 4698 4699 |
# File 'sig/types.rbs', line 4697 def source_type @source_type end |