Class: Aws::Lambda::Types::AddLayerVersionPermissionResponse

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

#revision_idString

A unique identifier for the current revision of the policy.



143
144
145
146
147
148
# File 'lib/aws-sdk-lambda/types.rb', line 143

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

#statementString

The permission statement.



143
144
145
146
147
148
# File 'lib/aws-sdk-lambda/types.rb', line 143

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