Class: Aws::Types::CreateIntegrationAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIntegrationAssociationRequest
- 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_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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def instance_id @instance_id end |
#integration_arn ⇒ ::String
Returns the value of attribute integration_arn.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def integration_arn @integration_arn end |
#integration_type ⇒ "EVENT", ...
Returns the value of attribute integration_type.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def integration_type @integration_type end |
#source_application_name ⇒ ::String
Returns the value of attribute source_application_name.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def source_application_name @source_application_name end |
#source_application_url ⇒ ::String
Returns the value of attribute source_application_url.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def source_application_url @source_application_url end |
#source_type ⇒ "SALESFORCE", ...
Returns the value of attribute source_type.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def source_type @source_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def @tags end |