Class: Aws::DocDB::Types::StartDBClusterMessage

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

Overview

Note:

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

{
  db_cluster_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

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

Returns:

  • (String)


4492
4493
4494
4495
# File 'lib/aws-sdk-docdb/types.rb', line 4492

class StartDBClusterMessage < Struct.new(
  :db_cluster_identifier)
  include Aws::Structure
end