Class: Aws::RDS::Types::RebootDBClusterMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::RebootDBClusterMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ String
The DB cluster identifier.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The DB cluster identifier. This parameter is stored as a lowercase string.
Constraints:
-
Must match the identifier of an existing DBCluster.
^
21815 21816 21817 21818 21819 |
# File 'lib/aws-sdk-rds/types.rb', line 21815 class RebootDBClusterMessage < Struct.new( :db_cluster_identifier) SENSITIVE = [] include Aws::Structure end |