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

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

#arnString

The ARN of the layer version.

Returns:

  • (String)


2945
2946
2947
2948
2949
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2945

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