Class: Aws::RDS::Types::StartDBClusterMessage

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 StartDBClusterMessage data as a hash:

{
  db_cluster_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The DB cluster identifier of the Amazon Aurora DB cluster to be started. This parameter is stored as a lowercase string.

Returns:

  • (String)


15367
15368
15369
15370
# File 'lib/aws-sdk-rds/types.rb', line 15367

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