Class: Aws::Types::ListLayerVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_architecture"x86_64", "arm64"

Returns the value of attribute compatible_architecture.



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

def compatible_architecture
  @compatible_architecture
end

#compatible_runtime"nodejs", ...

Returns the value of attribute compatible_runtime.



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

def compatible_runtime
  @compatible_runtime
end

#layer_name::String

Returns the value of attribute layer_name.



1584
1585
1586
# File 'sig/types.rbs', line 1584

def layer_name
  @layer_name
end

#marker::String

Returns the value of attribute marker.



1585
1586
1587
# File 'sig/types.rbs', line 1585

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.



1586
1587
1588
# File 'sig/types.rbs', line 1586

def max_items
  @max_items
end