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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Note:

When making an API call, you may pass DeleteDBClusterEndpointMessage data as a hash:

{
  db_cluster_endpoint_identifier: "String", # required
}

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)


5970
5971
5972
5973
# File 'lib/aws-sdk-rds/types.rb', line 5970

class DeleteDBClusterEndpointMessage < Struct.new(
  :db_cluster_endpoint_identifier)
  include Aws::Structure
end