Class: Aws::RDS::Types::ModifyEventSubscriptionResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::ModifyEventSubscriptionResult
 
- 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.
| 19667 19668 19669 19670 19671 | # File 'lib/aws-sdk-rds/types.rb', line 19667 class ModifyEventSubscriptionResult < Struct.new( :event_subscription) SENSITIVE = [] include Aws::Structure end |