Class: Aws::WorkSpaces::Types::ListAccountLinksResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ListAccountLinksResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_links ⇒ Array<Types::AccountLink>
Information about the account links.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#account_links ⇒ Array<Types::AccountLink>
Information about the account links.
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_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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 |