ListHsmsRequest
public struct ListHsmsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The NextToken value from a previous call to ListHsms. Pass null if this is the first call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws