Class: Aws::CloudWatchEvents::Types::DescribeEventBusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the account permitted to write events to the current account.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1462

class DescribeEventBusResponse < Struct.new(
  :name,
  :arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the event bus. Currently, this is always ‘default`.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1462

class DescribeEventBusResponse < Struct.new(
  :name,
  :arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The policy that enables the external account to send events to your account.

Returns:

  • (String)


1462
1463
1464
1465
1466
1467
1468
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 1462

class DescribeEventBusResponse < Struct.new(
  :name,
  :arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end