Database

public struct Database : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An optional description of the database.

    Declaration

    Swift

    public let description: String?
  • The name of the database.

    Declaration

    Swift

    public let name: String
  • A set of custom key/value pairs.

    Declaration

    Swift

    public let parameters: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, name: String, parameters: [String : String]? = nil)