DescribeRecordInput
public struct DescribeRecordInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String? -
The record identifier of the provisioned product. This identifier is returned by the request operation.
Declaration
Swift
public let id: String -
The maximum number of items to return with this call.
Declaration
Swift
public let pageSize: Int? -
The page token for the next set of results. To retrieve the first set of results, use null.
Declaration
Swift
public let pageToken: String? -
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, id: String, pageSize: Int? = nil, pageToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeRecordInput Structure Reference