GetRelationalDatabaseParametersRequest

public struct GetRelationalDatabaseParametersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to advance to the next page of results from your request. To get a page token, perform an initial GetRelationalDatabaseParameters request. If your results are paginated, the response will return a next page token that you can specify as the page token in a subsequent request.

    Declaration

    Swift

    public let pageToken: String?
  • The name of your database for which to get parameters.

    Declaration

    Swift

    public let relationalDatabaseName: String
  • Undocumented

    Declaration

    Swift

    public init(pageToken: String? = nil, relationalDatabaseName: String)
  • Declaration

    Swift

    public func validate(name: String) throws