Class: Aws::RDS::Types::DisableHttpEndpointResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_endpoint_enabledBoolean

Indicates whether the HTTP endpoint is enabled or disabled for the DB cluster.

Returns:

  • (Boolean)


14840
14841
14842
14843
14844
14845
# File 'lib/aws-sdk-rds/types.rb', line 14840

class DisableHttpEndpointResponse < Struct.new(
  :resource_arn,
  :http_endpoint_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the DB cluster.

Returns:

  • (String)


14840
14841
14842
14843
14844
14845
# File 'lib/aws-sdk-rds/types.rb', line 14840

class DisableHttpEndpointResponse < Struct.new(
  :resource_arn,
  :http_endpoint_enabled)
  SENSITIVE = []
  include Aws::Structure
end