AWSLambdaGetLayerVersionByArnRequest

Objective-C

@interface AWSLambdaGetLayerVersionByArnRequest

Swift

class AWSLambdaGetLayerVersionByArnRequest
  • arn

    The ARN of the layer version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable arn;

    Swift

    var arn: String? { get set }