class
Amazonite::Ssm::GetResourcePoliciesResponseEntry
- Amazonite::Ssm::GetResourcePoliciesResponseEntry
- Reference
- Object
Overview
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services
account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only
resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup
enables Amazon Web Services accounts to view and interact with OpsCenter operational work items
(OpsItems).
Included Modules
- JSON::Serializable
Defined in:
ssm/get_resource_policies_response_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(policy_id : String | Nil = nil, policy_hash : String | Nil = nil, policy : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#policy : String | Nil
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources.
-
#policy=(policy : String | Nil)
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources.
-
#policy_hash : String | Nil
ID of the current policy version.
-
#policy_hash=(policy_hash : String | Nil)
ID of the current policy version.
-
#policy_id : String | Nil
A policy ID.
-
#policy_id=(policy_id : String | Nil)
A policy ID.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services
account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only
resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup
enables Amazon Web Services accounts to view and interact with OpsCenter operational work items
(OpsItems).
A resource policy helps you to define the IAM entity (for example, an Amazon Web Services
account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only
resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup
enables Amazon Web Services accounts to view and interact with OpsCenter operational work items
(OpsItems).
ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.
ID of the current policy version. The hash helps to prevent a situation where multiple users attempt to overwrite a policy. You must provide this hash when updating or deleting a policy.