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:



4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4262

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)


4262
4263
4264
4265
4266
4267
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4262

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