Class: Aws::EventBridge::Types::DescribePartnerEventSourceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EventBridge::Types::DescribePartnerEventSourceResponse
 
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the event source. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the event source. 
Instance Attribute Details
#arn ⇒ String
The ARN of the event source.
| 2169 2170 2171 2172 2173 2174 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2169 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the event source.
| 2169 2170 2171 2172 2173 2174 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2169 class DescribePartnerEventSourceResponse < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |