Class: Aws::Lambda::Types::ListAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ListAliasesResponse
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aliases ⇒ Array<Types::AliasConfiguration>
A list of aliases.
-
#next_marker ⇒ String
The pagination token that's included if more results are available.
Instance Attribute Details
#aliases ⇒ Array<Types::AliasConfiguration>
A list of aliases.
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_marker ⇒ String
The pagination token that's included if more results are available.
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 |