Class: Aws::EventBridge::Types::DescribeEventBusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::DescribeEventBusResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
-
#name ⇒ String
The name of the event bus.
-
#policy ⇒ String
The policy that enables the external account to send events to your account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
1671 1672 1673 1674 1675 1676 1677 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1671 class DescribeEventBusResponse < Struct.new( :name, :arn, :policy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the event bus. Currently, this is always default
.
1671 1672 1673 1674 1675 1676 1677 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1671 class DescribeEventBusResponse < Struct.new( :name, :arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The policy that enables the external account to send events to your account.
1671 1672 1673 1674 1675 1676 1677 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1671 class DescribeEventBusResponse < Struct.new( :name, :arn, :policy) SENSITIVE = [] include Aws::Structure end |