Class: Aws::Lambda::Types::ListAliasesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::AliasConfiguration>

A list of aliases.

Returns:



1877
1878
1879
1880
1881
# File 'lib/aws-sdk-lambda/types.rb', line 1877

class ListAliasesResponse < Struct.new(
  :next_marker,
  :aliases)
  include Aws::Structure
end

#next_markerString

The pagination token that’s included if more results are available.

Returns:

  • (String)


1877
1878
1879
1880
1881
# File 'lib/aws-sdk-lambda/types.rb', line 1877

class ListAliasesResponse < Struct.new(
  :next_marker,
  :aliases)
  include Aws::Structure
end