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.
2163 2164 2165 2166 2167 2168 2169 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2163 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
.
2163 2164 2165 2166 2167 2168 2169 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2163 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.
2163 2164 2165 2166 2167 2168 2169 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2163 class DescribeEventBusResponse < Struct.new( :name, :arn, :policy) SENSITIVE = [] include Aws::Structure end |