Class: Aws::RDS::Types::DisableHttpEndpointRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DisableHttpEndpointRequest
 
 
- 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.
      15304 15305 15306 15307 15308  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 15304 class DisableHttpEndpointRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end  |