Class: Aws::SSM::Types::GetResourcePoliciesResponseEntry

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

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

Returns:

  • (String)


9118
9119
9120
9121
9122
9123
9124
# File 'lib/aws-sdk-ssm/types.rb', line 9118

class GetResourcePoliciesResponseEntry < Struct.new(
  :policy_id,
  :policy_hash,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policy_hashString

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.

Returns:

  • (String)


9118
9119
9120
9121
9122
9123
9124
# File 'lib/aws-sdk-ssm/types.rb', line 9118

class GetResourcePoliciesResponseEntry < Struct.new(
  :policy_id,
  :policy_hash,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#policy_idString

A policy ID.

Returns:

  • (String)


9118
9119
9120
9121
9122
9123
9124
# File 'lib/aws-sdk-ssm/types.rb', line 9118

class GetResourcePoliciesResponseEntry < Struct.new(
  :policy_id,
  :policy_hash,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end