CreatePolicyVersionResponse

public struct CreatePolicyVersionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the policy version is the default.

    Declaration

    Swift

    public let isDefaultVersion: Bool?
  • The policy ARN.

    Declaration

    Swift

    public let policyArn: String?
  • The JSON document that describes the policy.

    Declaration

    Swift

    public let policyDocument: String?
  • The policy version ID.

    Declaration

    Swift

    public let policyVersionId: String?
  • Undocumented

    Declaration

    Swift

    public init(isDefaultVersion: Bool? = nil, policyArn: String? = nil, policyDocument: String? = nil, policyVersionId: String? = nil)