DescribeInstallationMediaMessage
public struct DescribeInstallationMediaMessage : AWSShape
extension RDS.DescribeInstallationMediaMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that specifies one or more installation media to describe. Supported filters include the following: custom-availability-zone-id - Accepts custom Availability Zone (AZ) identifiers. The results list includes information about only the custom AZs identified by these identifiers. engine - Accepts database engines. The results list includes information about only the database engines identified by these identifiers. For more information about the valid engines for installation media, see ImportInstallationMedia.
Declaration
Swift
public let filters: [Filter]?
-
The installation medium ID.
Declaration
Swift
public let installationMediaId: String?
-
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let marker: String?
-
An optional pagination token provided by a previous DescribeInstallationMedia request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Declaration
Swift
public let maxRecords: Int?
-
Undocumented
Declaration
Swift
public init(filters: [Filter]? = nil, installationMediaId: String? = nil, marker: String? = nil, maxRecords: Int? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> RDS.DescribeInstallationMediaMessage