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.
4595 4596 4597 |
# File 'sig/types.rbs', line 4595 def instance_id @instance_id end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4597 4598 4599 |
# File 'sig/types.rbs', line 4597 def integration_arn @integration_arn end |
#integration_association_arn ⇒ ::String
Returns the value of attribute integration_association_arn.
4594 4595 4596 |
# File 'sig/types.rbs', line 4594 def integration_association_arn @integration_association_arn end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
4593 4594 4595 |
# File 'sig/types.rbs', line 4593 def integration_association_id @integration_association_id end |
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
4596 4597 4598 |
# File 'sig/types.rbs', line 4596 def integration_type @integration_type end |
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
4599 4600 4601 |
# File 'sig/types.rbs', line 4599 def source_application_name @source_application_name end |
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
4598 4599 4600 |
# File 'sig/types.rbs', line 4598 def source_application_url @source_application_url end |
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
4600 4601 4602 |
# File 'sig/types.rbs', line 4600 def source_type @source_type end |