Class: Aws::AppIntegrationsService::Types::EventIntegration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::EventIntegration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
The event integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The event integration description.
-
#event_bridge_bus ⇒ String
The Amazon EventBridge bus for the event integration.
-
#event_filter ⇒ Types::EventFilter
The event integration filter.
-
#event_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the event integration.
-
#name ⇒ String
The name of the event integration.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The event integration description.
625 626 627 628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 625 class EventIntegration < Struct.new( :event_integration_arn, :name, :description, :event_filter, :event_bridge_bus, :tags) SENSITIVE = [] include Aws::Structure end |
#event_bridge_bus ⇒ String
The Amazon EventBridge bus for the event integration.
625 626 627 628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 625 class EventIntegration < Struct.new( :event_integration_arn, :name, :description, :event_filter, :event_bridge_bus, :tags) SENSITIVE = [] include Aws::Structure end |
#event_filter ⇒ Types::EventFilter
The event integration filter.
625 626 627 628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 625 class EventIntegration < Struct.new( :event_integration_arn, :name, :description, :event_filter, :event_bridge_bus, :tags) SENSITIVE = [] include Aws::Structure end |
#event_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the event integration.
625 626 627 628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 625 class EventIntegration < Struct.new( :event_integration_arn, :name, :description, :event_filter, :event_bridge_bus, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event integration.
625 626 627 628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 625 class EventIntegration < Struct.new( :event_integration_arn, :name, :description, :event_filter, :event_bridge_bus, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “tags”: “key2”:“value2” }.
625 626 627 628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 625 class EventIntegration < Struct.new( :event_integration_arn, :name, :description, :event_filter, :event_bridge_bus, :tags) SENSITIVE = [] include Aws::Structure end |