StopDBClusterMessage

public struct StopDBClusterMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The DB cluster identifier of the Amazon Aurora DB cluster to be stopped. This parameter is stored as a lowercase string.

    Declaration

    Swift

    public let dBClusterIdentifier: String
  • Undocumented

    Declaration

    Swift

    public init(dBClusterIdentifier: String)