Class: Aws::DocDB::Types::StopDBClusterMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The identifier of the cluster to stop. Example: docdb-2019-05-28-15-24-52

Returns:

  • (String)


5517
5518
5519
5520
5521
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 5517

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