Class: Aws::Types::ListLayersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layers::Array[Types::LayersListItem]

Returns the value of attribute layers.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def layers
  @layers
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def next_marker
  @next_marker
end