Class: Aws::AppIntegrationsService::Types::EventIntegrationAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::EventIntegrationAssociation
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
The event integration association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_association_metadata ⇒ Hash<String,String>
The metadata associated with the client.
-
#client_id ⇒ String
The identifier for the client that is associated with the event integration.
-
#event_bridge_rule_name ⇒ String
The name of the EventBridge rule.
-
#event_integration_association_arn ⇒ String
The Amazon Resource Name (ARN) for the event integration association.
-
#event_integration_association_id ⇒ String
The identifier for the event integration association.
-
#event_integration_name ⇒ String
The name of the event integration.
Instance Attribute Details
#client_association_metadata ⇒ Hash<String,String>
The metadata associated with the client.
666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 666 class EventIntegrationAssociation < Struct.new( :event_integration_association_arn, :event_integration_association_id, :event_integration_name, :client_id, :event_bridge_rule_name, :client_association_metadata) SENSITIVE = [] include Aws::Structure end |
#client_id ⇒ String
The identifier for the client that is associated with the event integration.
666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 666 class EventIntegrationAssociation < Struct.new( :event_integration_association_arn, :event_integration_association_id, :event_integration_name, :client_id, :event_bridge_rule_name, :client_association_metadata) SENSITIVE = [] include Aws::Structure end |
#event_bridge_rule_name ⇒ String
The name of the EventBridge rule.
666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 666 class EventIntegrationAssociation < Struct.new( :event_integration_association_arn, :event_integration_association_id, :event_integration_name, :client_id, :event_bridge_rule_name, :client_association_metadata) SENSITIVE = [] include Aws::Structure end |
#event_integration_association_arn ⇒ String
The Amazon Resource Name (ARN) for the event integration association.
666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 666 class EventIntegrationAssociation < Struct.new( :event_integration_association_arn, :event_integration_association_id, :event_integration_name, :client_id, :event_bridge_rule_name, :client_association_metadata) SENSITIVE = [] include Aws::Structure end |
#event_integration_association_id ⇒ String
The identifier for the event integration association.
666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 666 class EventIntegrationAssociation < Struct.new( :event_integration_association_arn, :event_integration_association_id, :event_integration_name, :client_id, :event_bridge_rule_name, :client_association_metadata) SENSITIVE = [] include Aws::Structure end |
#event_integration_name ⇒ String
The name of the event integration.
666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 666 class EventIntegrationAssociation < Struct.new( :event_integration_association_arn, :event_integration_association_id, :event_integration_name, :client_id, :event_bridge_rule_name, :client_association_metadata) SENSITIVE = [] include Aws::Structure end |