Class: Aws::RDS::Types::EnableHttpEndpointRequest

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

#resource_arnString

The Amazon Resource Name (ARN) of the DB cluster.

Returns:

  • (String)


15251
15252
15253
15254
15255
# File 'lib/aws-sdk-rds/types.rb', line 15251

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