Class: Aws::RDS::Types::EnableHttpEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::EnableHttpEndpointResponse
- Includes:
- Structure
- Defined in:
- 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.
15503 15504 15505 15506 15507 15508 |
# File 'lib/aws-sdk-rds/types.rb', line 15503 class EnableHttpEndpointResponse < Struct.new( :resource_arn, :http_endpoint_enabled) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the DB cluster.
15503 15504 15505 15506 15507 15508 |
# File 'lib/aws-sdk-rds/types.rb', line 15503 class EnableHttpEndpointResponse < Struct.new( :resource_arn, :http_endpoint_enabled) SENSITIVE = [] include Aws::Structure end |