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:



1591
1592
1593
# File 'sig/types.rbs', line 1591

def layer_versions
  @layer_versions
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def next_marker
  @next_marker
end