Class: Aws::RDS::Types::DisableHttpEndpointRequest

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)


14995
14996
14997
14998
14999
# File 'lib/aws-sdk-rds/types.rb', line 14995

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