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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_busString

The EventBridge bus.

Returns:

  • (String)


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_filterTypes::EventFilter

The event filter.

Returns:



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_arnString

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

Returns:

  • (String)


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

#nameString

The name of the event integration.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { “tags”: “key2”:“value2” }.

Returns:

  • (Hash<String,String>)


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