Class: Aws::Types::AwsLambdaLayerVersionDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_runtimes::Array[::String]

Returns the value of attribute compatible_runtimes.

Returns:

  • (::Array[::String])


3176
3177
3178
# File 'sig/types.rbs', line 3176

def compatible_runtimes
  @compatible_runtimes
end

#created_date::String

Returns the value of attribute created_date.

Returns:

  • (::String)


3177
3178
3179
# File 'sig/types.rbs', line 3177

def created_date
  @created_date
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


3175
3176
3177
# File 'sig/types.rbs', line 3175

def version
  @version
end