Class: Aws::Lambda::Types::GetLayerVersionPolicyResponse

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 policy document.



2954
2955
2956
2957
2958
2959
# File 'lib/aws-sdk-lambda/types.rb', line 2954

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

#revision_idString

A unique identifier for the current revision of the policy.



2954
2955
2956
2957
2958
2959
# File 'lib/aws-sdk-lambda/types.rb', line 2954

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