Class: Aws::WorkMail::Types::ListAliasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListAliasesResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aliases ⇒ Array<String>
The entity's paginated aliases.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#aliases ⇒ Array<String>
The entity's paginated aliases.
1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1748 class ListAliasesResponse < Struct.new( :aliases, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
1748 1749 1750 1751 1752 1753 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1748 class ListAliasesResponse < Struct.new( :aliases, :next_token) SENSITIVE = [] include Aws::Structure end |