You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::ParameterInlinePolicy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

One or more policies assigned to a parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#policy_statusString

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).

Returns:

  • (String)

    The status of the policy.

#policy_textString

The JSON text of the policy.

Returns:

  • (String)

    The JSON text of the policy.

#policy_typeString

The type of policy. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

Returns:

  • (String)

    The type of policy.