ListPermissionSetsProvisionedToAccountResponse

public struct ListPermissionSetsProvisionedToAccountResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

    Declaration

    Swift

    public let nextToken: String?
  • Defines the level of access that an AWS account has.

    Declaration

    Swift

    public let permissionSets: [String]?
  • Undocumented

    Declaration

    Swift

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