AccountAssignment

public struct AccountAssignment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the AWS account.

    Declaration

    Swift

    public let accountId: String?
  • The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let permissionSetArn: String?
  • The identifier of the principal.

    Declaration

    Swift

    public let principalId: String?
  • The entity type for which the assignment will be created.

    Declaration

    Swift

    public let principalType: PrincipalType?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, permissionSetArn: String? = nil, principalId: String? = nil, principalType: PrincipalType? = nil)