Method: AWS::Core::Policy#version

Defined in:
lib/aws/core/policy.rb

#versionString (readonly)

Returns The version of the policy language used in this policy object.

Returns:

  • (String)

    The version of the policy language used in this policy object.



42
43
44
# File 'lib/aws/core/policy.rb', line 42

def version
  @version
end