Class: Aws::Lambda::Types::GetLayerVersionByArnRequest

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

#arnString

The ARN of the layer version.

Returns:

  • (String)


3208
3209
3210
3211
3212
# File 'lib/aws-sdk-lambda/types.rb', line 3208

class GetLayerVersionByArnRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end