Class: Aws::AppIntegrationsService::Types::EventIntegration

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

Overview

The event integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The event integration description.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 538

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

#event_bridge_busString

The Amazon EventBridge bus for the event integration.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 538

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

#event_filterTypes::EventFilter

The event integration filter.

Returns:



538
539
540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 538

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

#event_integration_arnString

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

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 538

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

#nameString

The name of the event integration.

Returns:

  • (String)


538
539
540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 538

class EventIntegration < Struct.new(
  :event_integration_arn,
  :name,
  :description,
  :event_filter,
  :event_bridge_bus,
  :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>)


538
539
540
541
542
543
544
545
546
547
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 538

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