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)


15424
15425
15426
15427
15428
15429
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15424

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

#resource_arnString

The ARN of the DB cluster.

Returns:

  • (String)


15424
15425
15426
15427
15428
15429
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15424

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