Class: Aws::AppIntegrationsService::Types::GetEventIntegrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the event integration.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 823

class GetEventIntegrationResponse < Struct.new(
  :name,
  :description,
  :event_integration_arn,
  :event_bridge_bus,
  :event_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_bridge_busString

The EventBridge bus.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 823

class GetEventIntegrationResponse < Struct.new(
  :name,
  :description,
  :event_integration_arn,
  :event_bridge_bus,
  :event_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_filterTypes::EventFilter

The event filter.

Returns:



823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 823

class GetEventIntegrationResponse < Struct.new(
  :name,
  :description,
  :event_integration_arn,
  :event_bridge_bus,
  :event_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#event_integration_arnString

The Amazon Resource Name (ARN) for the event integration.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 823

class GetEventIntegrationResponse < Struct.new(
  :name,
  :description,
  :event_integration_arn,
  :event_bridge_bus,
  :event_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event integration.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 823

class GetEventIntegrationResponse < Struct.new(
  :name,
  :description,
  :event_integration_arn,
  :event_bridge_bus,
  :event_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 823

class GetEventIntegrationResponse < Struct.new(
  :name,
  :description,
  :event_integration_arn,
  :event_bridge_bus,
  :event_filter,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end