Class: Aws::SSM::Types::PutResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_hashString

ID of the current policy version.

Returns:

  • (String)


15487
15488
15489
15490
15491
15492
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15487

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

#policy_idString

The policy ID. To update a policy, you must specify PolicyId and PolicyHash.

Returns:

  • (String)


15487
15488
15489
15490
15491
15492
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15487

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