DescribeIAMPolicyAssignmentRequest

public struct DescribeIAMPolicyAssignmentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the assignment.

    Declaration

    Swift

    public let assignmentName: String
  • The ID of the AWS account that contains the assignment that you want to describe.

    Declaration

    Swift

    public let awsAccountId: String
  • The namespace that contains the assignment.

    Declaration

    Swift

    public let namespace: String
  • Undocumented

    Declaration

    Swift

    public init(assignmentName: String, awsAccountId: String, namespace: String)
  • Declaration

    Swift

    public func validate(name: String) throws