Class: Aws::Types::ListLayersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architecture"x86_64", "arm64"

Returns the value of attribute compatible_architecture.

Returns:

  • ("x86_64", "arm64")


1579
1580
1581
# File 'sig/types.rbs', line 1579

def compatible_architecture
  @compatible_architecture
end

#compatible_runtime"nodejs", ...

Returns the value of attribute compatible_runtime.

Returns:

  • ("nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs16.x", "nodejs18.x", "nodejs20.x", "nodejs22.x", "nodejs24.x", "java8", "java8.al2", "java11", "java17", "java21", "java25", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "python3.10", "python3.11", "python3.12", "python3.13", "python3.14", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "dotnet6", "dotnet8", "dotnet10", "nodejs4.3-edge", "go1.x", "ruby2.5", "ruby2.7", "ruby3.2", "ruby3.3", "ruby3.4", "ruby4.0", "provided", "provided.al2", "provided.al2023", "nodejs26.x", "python3.15", "java8.al2023", "java11.al2023", "java17.al2023")


1580
1581
1582
# File 'sig/types.rbs', line 1580

def compatible_runtime
  @compatible_runtime
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1582
1583
1584
# File 'sig/types.rbs', line 1582

def max_items
  @max_items
end