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:



3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3055

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)


3055
3056
3057
3058
3059
3060
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3055

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