ListIAMPolicyAssignmentsRequest

public struct ListIAMPolicyAssignmentsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The status of the assignments.

    Declaration

    Swift

    public let assignmentStatus: AssignmentStatus?
  • The ID of the AWS account that contains these IAM policy assignments.

    Declaration

    Swift

    public let awsAccountId: String
  • The maximum number of results to be returned per request.

    Declaration

    Swift

    public let maxResults: Int?
  • The namespace for the assignments.

    Declaration

    Swift

    public let namespace: String
  • The token for the next set of results, or null if there are no more results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(assignmentStatus: AssignmentStatus? = nil, awsAccountId: String, maxResults: Int? = nil, namespace: String, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws