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.
4043 4044 4045 4046 4047 4048 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4043 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.
4043 4044 4045 4046 4047 4048 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4043 class ListAliasesResponse < Struct.new( :next_marker, :aliases) SENSITIVE = [] include Aws::Structure end |