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)


15090
15091
15092
15093
15094
15095
# File 'lib/aws-sdk-rds/types.rb', line 15090

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

#resource_arnString

The ARN of the DB cluster.

Returns:

  • (String)


15090
15091
15092
15093
15094
15095
# File 'lib/aws-sdk-rds/types.rb', line 15090

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