ListHsmsResponse

public struct ListHsmsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of ARNs that identify the HSMs.

    Declaration

    Swift

    public let hsmList: [String]?
  • If not null, more results are available. Pass this value to ListHsms to retrieve the next set of items.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(hsmList: [String]? = nil, nextToken: String? = nil)