ParameterInlinePolicy

public struct ParameterInlinePolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The status of the policy. Policies report the following statuses: Pending (the policy has not been enforced or applied yet), Finished (the policy was applied), Failed (the policy was not applied), or InProgress (the policy is being applied now).

    Declaration

    Swift

    public let policyStatus: String?
  • The JSON text of the policy.

    Declaration

    Swift

    public let policyText: String?
  • The type of policy. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

    Declaration

    Swift

    public let policyType: String?
  • Undocumented

    Declaration

    Swift

    public init(policyStatus: String? = nil, policyText: String? = nil, policyType: String? = nil)