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.
4542 4543 4544 |
# File 'sig/types.rbs', line 4542 def instance_id @instance_id end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4544 4545 4546 |
# File 'sig/types.rbs', line 4544 def integration_arn @integration_arn end |
#integration_association_arn ⇒ ::String
Returns the value of attribute integration_association_arn.
4541 4542 4543 |
# File 'sig/types.rbs', line 4541 def integration_association_arn @integration_association_arn end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
4540 4541 4542 |
# File 'sig/types.rbs', line 4540 def integration_association_id @integration_association_id end |
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
4543 4544 4545 |
# File 'sig/types.rbs', line 4543 def integration_type @integration_type end |
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
4546 4547 4548 |
# File 'sig/types.rbs', line 4546 def source_application_name @source_application_name end |
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
4545 4546 4547 |
# File 'sig/types.rbs', line 4545 def source_application_url @source_application_url end |
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def source_type @source_type end |