Class: Aws::RDS::Types::DescribeEngineDefaultClusterParametersResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DescribeEngineDefaultClusterParametersResult
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #engine_defaults  ⇒ Types::EngineDefaults 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the result of a successful invocation of the ‘DescribeEngineDefaultParameters` action. 
Instance Attribute Details
#engine_defaults ⇒ Types::EngineDefaults
Contains the result of a successful invocation of the ‘DescribeEngineDefaultParameters` action.
| 13851 13852 13853 13854 13855 | # File 'lib/aws-sdk-rds/types.rb', line 13851 class DescribeEngineDefaultClusterParametersResult < Struct.new( :engine_defaults) SENSITIVE = [] include Aws::Structure end |