Class: Aws::CloudHSMV2::Types::GetResourcePolicyResponse

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 attached to a resource.

Returns:

  • (String)


842
843
844
845
846
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 842

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