Class: Aws::WorkSpaces::Types::ListAccountLinksResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Information about the account links.

Returns:



3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3409

class ListAccountLinksResult < Struct.new(
  :account_links,
  :next_token)
  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)


3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3409

class ListAccountLinksResult < Struct.new(
  :account_links,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end