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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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 started. This parameter is stored as a lowercase string.

Returns:

  • (String)


26059
26060
26061
26062
26063
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26059

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