Class: Aws::EventBridge::Types::DescribePartnerEventSourceRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EventBridge::Types::DescribePartnerEventSourceRequest
 
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the event source to display. 
Instance Attribute Details
#name ⇒ String
The name of the event source to display.
| 2153 2154 2155 2156 2157 | # File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2153 class DescribePartnerEventSourceRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |