Class: Aws::SecurityHub::Types::AwsEventsEndpointEventBusesDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Provides details about the Amazon EventBridge event buses that the endpoint is associated with.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bus_arnString

The Amazon Resource Name (ARN) of the event bus that the endpoint is associated with.

Returns:

  • (String)


13182
13183
13184
13185
13186
# File 'lib/aws-sdk-securityhub/types.rb', line 13182

class AwsEventsEndpointEventBusesDetails < Struct.new(
  :event_bus_arn)
  SENSITIVE = []
  include Aws::Structure
end