Class: Aws::AppIntegrationsService::Types::GetEventIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::GetEventIntegrationResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/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>
One or more tags.
Instance Attribute Details
#description ⇒ String
The description of the event integration.
536 537 538 539 540 541 542 543 544 545 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 536 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.
536 537 538 539 540 541 542 543 544 545 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 536 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.
536 537 538 539 540 541 542 543 544 545 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 536 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.
536 537 538 539 540 541 542 543 544 545 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 536 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.
536 537 538 539 540 541 542 543 544 545 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 536 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
One or more tags.
536 537 538 539 540 541 542 543 544 545 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 536 class GetEventIntegrationResponse < Struct.new( :name, :description, :event_integration_arn, :event_bridge_bus, :event_filter, :tags) SENSITIVE = [] include Aws::Structure end |