Class: Aws::RDS::Types::EnableHttpEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


15096
15097
15098
15099
15100
15101
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15096

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

#resource_arnString

The ARN of the DB cluster.

Returns:

  • (String)


15096
15097
15098
15099
15100
15101
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15096

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