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

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

#resource_arnString

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

Returns:

  • (String)


16065
16066
16067
16068
16069
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16065

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