Class: Aws::CloudHSMV2::Types::DeleteResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The policy previously attached to the resource.

Returns:

  • (String)


599
600
601
602
603
604
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 599

class DeleteResourcePolicyResponse < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

Amazon Resource Name (ARN) of the resource from which the policy was deleted.

Returns:

  • (String)


599
600
601
602
603
604
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 599

class DeleteResourcePolicyResponse < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end