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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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.

Returns:

  • (String)


134
135
136
137
138
139
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 134

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

#statementString

The permission statement.

Returns:

  • (String)


134
135
136
137
138
139
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 134

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