Class: Aws::SSM::Types::DeleteResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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. The hash helps to prevent multiple calls from attempting to overwrite a policy.

Returns:

  • (String)


4354
4355
4356
4357
4358
4359
4360
# File 'lib/aws-sdk-ssm/types.rb', line 4354

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

#policy_idString

The policy ID.

Returns:

  • (String)


4354
4355
4356
4357
4358
4359
4360
# File 'lib/aws-sdk-ssm/types.rb', line 4354

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

#resource_arnString

Amazon Resource Name (ARN) of the resource to which the policies are attached.

Returns:

  • (String)


4354
4355
4356
4357
4358
4359
4360
# File 'lib/aws-sdk-ssm/types.rb', line 4354

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