Class: Aws::RDS::Types::CreateEventSubscriptionResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::CreateEventSubscriptionResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #event_subscription  ⇒ Types::EventSubscription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the results of a successful invocation of the ‘DescribeEventSubscriptions` action. 
Instance Attribute Details
#event_subscription ⇒ Types::EventSubscription
Contains the results of a successful invocation of the ‘DescribeEventSubscriptions` action.
| 6134 6135 6136 6137 6138 | # File 'lib/aws-sdk-rds/types.rb', line 6134 class CreateEventSubscriptionResult < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |