Class: Aws::WorkSpaces::Types::ListAccountLinksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ListAccountLinksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_status_filter ⇒ Array<String>
Filters the account based on their link status.
-
#max_results ⇒ Integer
The maximum number of accounts to return.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#link_status_filter ⇒ Array<String>
Filters the account based on their link status.
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_results ⇒ Integer
The maximum number of accounts to return.
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_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.
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 |