class
Amazonite::Ssm::ParameterInlinePolicy
- Amazonite::Ssm::ParameterInlinePolicy
- Reference
- Object
Overview
One or more policies assigned to a parameter.
Included Modules
- JSON::Serializable
Defined in:
ssm/parameter_inline_policy.crConstructors
- .new(pull : JSON::PullParser)
- .new(policy_text : String | Nil = nil, policy_type : String | Nil = nil, policy_status : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy_status : String | Nil
The status of the policy.
-
#policy_status=(policy_status : String | Nil)
The status of the policy.
-
#policy_text : String | Nil
The JSON text of the policy.
-
#policy_text=(policy_text : String | Nil)
The JSON text of the policy.
-
#policy_type : String | Nil
The type of policy.
-
#policy_type=(policy_type : String | Nil)
The type of policy.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).
The status of the policy. Policies report the following statuses: Pending (the policy hasn't been enforced or applied yet), Finished (the policy was applied), Failed (the policy wasn't applied), or InProgress (the policy is being applied now).
The type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.
The type of policy. Parameter Store, a tool in Amazon Web Services Systems Manager, supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.