Class: Aws::RDS::Types::DisableHttpEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::DisableHttpEndpointResponse
 
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #http_endpoint_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster. 
- 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the DB cluster. 
Instance Attribute Details
#http_endpoint_enabled ⇒ Boolean
Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.
| 15823 15824 15825 15826 15827 15828 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823 class DisableHttpEndpointResponse < Struct.new( :resource_arn, :http_endpoint_enabled) SENSITIVE = [] include Aws::Structure end | 
#resource_arn ⇒ String
The ARN of the DB cluster.
| 15823 15824 15825 15826 15827 15828 | # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15823 class DisableHttpEndpointResponse < Struct.new( :resource_arn, :http_endpoint_enabled) SENSITIVE = [] include Aws::Structure end |