Class: Aws::RDS::Types::EnableHttpEndpointRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::EnableHttpEndpointRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the DB cluster.
 
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the DB cluster.
      15560 15561 15562 15563 15564  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 15560 class EnableHttpEndpointRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end  |