Class: Aws::Types::ListLayerVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#layer_versions::Array[Types::LayerVersionsListItem]

Returns the value of attribute layer_versions.

Returns:



1574
1575
1576
# File 'sig/types.rbs', line 1574

def layer_versions
  @layer_versions
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def next_marker
  @next_marker
end