Class: Aws::AppIntegrationsService::Types::GetEventIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::GetEventIntegrationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the event integration.
-
#event_bridge_bus ⇒ String
The EventBridge bus.
-
#event_filter ⇒ Types::EventFilter
The event filter.
-
#event_integration_arn ⇒ String
The Amazon Resource Name (ARN) for 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 description of the event integration.
935 936 937 938 939 940 941 942 943 944 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 935 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#event_bridge_bus ⇒ String
The EventBridge bus.
935 936 937 938 939 940 941 942 943 944 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 935 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#event_filter ⇒ Types::EventFilter
The event filter.
935 936 937 938 939 940 941 942 943 944 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 935 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#event_integration_arn ⇒ String
The Amazon Resource Name (ARN) for the event integration.
935 936 937 938 939 940 941 942 943 944 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 935 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event integration.
935 936 937 938 939 940 941 942 943 944 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 935 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :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” }.
935 936 937 938 939 940 941 942 943 944 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 935 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |