ActiveIAMPolicyAssignment

public struct ActiveIAMPolicyAssignment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A name for the IAM policy assignment.

    Declaration

    Swift

    public let assignmentName: String?
  • The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let policyArn: String?
  • Undocumented

    Declaration

    Swift

    public init(assignmentName: String? = nil, policyArn: String? = nil)