Class: Aws::WorkMail::Types::ListAliasesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The identifier for the entity for which to list the aliases.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2774

class ListAliasesRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


2774
2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2774

class ListAliasesRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. The first call does not contain any tokens.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2774

class ListAliasesRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The identifier for the organization under which the entity exists.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2774

class ListAliasesRequest < Struct.new(
  :organization_id,
  :entity_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end