Class: Aws::Lambda::Types::GetPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy.

Returns:



4945
4946
4947
4948
4949
4950
# File 'lib/aws-sdk-lambda/types.rb', line 4945

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

#revision_idString

A unique identifier for the current revision of the policy.

Returns:



4945
4946
4947
4948
4949
4950
# File 'lib/aws-sdk-lambda/types.rb', line 4945

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