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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::AliasConfiguration>

A list of aliases.

Returns:



6459
6460
6461
6462
6463
6464
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6459

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

#next_markerString

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

Returns:

  • (String)


6459
6460
6461
6462
6463
6464
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 6459

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