Class: Aws::WorkSpaces::Types::ListAccountLinksRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Filters the account based on their link status.

Returns:

  • (Array<String>)


3679
3680
3681
3682
3683
3684
3685
# File 'lib/aws-sdk-workspaces/types.rb', line 3679

class ListAccountLinksRequest < Struct.new(
  :link_status_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of accounts to return.

Returns:

  • (Integer)


3679
3680
3681
3682
3683
3684
3685
# File 'lib/aws-sdk-workspaces/types.rb', line 3679

class ListAccountLinksRequest < Struct.new(
  :link_status_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


3679
3680
3681
3682
3683
3684
3685
# File 'lib/aws-sdk-workspaces/types.rb', line 3679

class ListAccountLinksRequest < Struct.new(
  :link_status_filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end