Class: Aws::CloudWatchEvents::Types::DescribeEventBusResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchEvents::Types::DescribeEventBusResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
| 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 | 
#name ⇒ String
The name of the event bus. Currently, this is always ‘default`.
| 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 | 
#policy ⇒ String
The policy that enables the external account to send events to your account.
| 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 |