Class: Aws::RDS::Types::RebootDBClusterMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The DB cluster identifier. This parameter is stored as a lowercase string.

Constraints:

  • Must match the identifier of an existing DBCluster.

^

Returns:

  • (String)


21312
21313
21314
21315
21316
# File 'lib/aws-sdk-rds/types.rb', line 21312

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