Class: Aws::RDS::Types::DeleteDBClusterEndpointMessage

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

#db_cluster_endpoint_identifierString

The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.

Returns:

  • (String)


11010
11011
11012
11013
11014
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11010

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