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.
4681 4682 4683 |
# File 'sig/types.rbs', line 4681 def instance_id @instance_id end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
4683 4684 4685 |
# File 'sig/types.rbs', line 4683 def integration_arn @integration_arn end |
#integration_association_arn ⇒ ::String
Returns the value of attribute integration_association_arn.
4680 4681 4682 |
# File 'sig/types.rbs', line 4680 def integration_association_arn @integration_association_arn end |
#integration_association_id ⇒ ::String
Returns the value of attribute integration_association_id.
4679 4680 4681 |
# File 'sig/types.rbs', line 4679 def integration_association_id @integration_association_id end |
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
4682 4683 4684 |
# File 'sig/types.rbs', line 4682 def integration_type @integration_type end |
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
4685 4686 4687 |
# File 'sig/types.rbs', line 4685 def source_application_name @source_application_name end |
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
4684 4685 4686 |
# File 'sig/types.rbs', line 4684 def source_application_url @source_application_url end |
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
4686 4687 4688 |
# File 'sig/types.rbs', line 4686 def source_type @source_type end |