DescribePermissionsRequest

public struct DescribePermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The user’s IAM ARN. This can also be a federated user’s ARN. For more information about IAM ARNs, see Using Identifiers.

    Declaration

    Swift

    public let iamUserArn: String?
  • The stack ID.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(iamUserArn: String? = nil, stackId: String? = nil)