GetPolicyResponse

public struct GetPolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON-formatted resource-based policy attached to the ProfilingGroup.

    Declaration

    Swift

    public let policy: String
  • A unique identifier for the current revision of the returned policy.

    Declaration

    Swift

    public let revisionId: String
  • Undocumented

    Declaration

    Swift

    public init(policy: String, revisionId: String)