Class: Aws::RDS::Types::StopDBClusterMessage

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 of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

Returns:

  • (String)


27080
27081
27082
27083
27084
# File 'lib/aws-sdk-rds/types.rb', line 27080

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