Class: Aws::Connect::Types::SearchWorkspaceAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchWorkspaceAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The approximate total number of workspace associations that match the search criteria.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#workspace_associations ⇒ Array<Types::WorkspaceAssociationSearchSummary>
A list of workspace associations that match the search criteria.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The approximate total number of workspace associations that match the search criteria.
27948 27949 27950 27951 27952 27953 27954 |
# File 'lib/aws-sdk-connect/types.rb', line 27948 class SearchWorkspaceAssociationsResponse < Struct.new( :next_token, :workspace_associations, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
27948 27949 27950 27951 27952 27953 27954 |
# File 'lib/aws-sdk-connect/types.rb', line 27948 class SearchWorkspaceAssociationsResponse < Struct.new( :next_token, :workspace_associations, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#workspace_associations ⇒ Array<Types::WorkspaceAssociationSearchSummary>
A list of workspace associations that match the search criteria.
27948 27949 27950 27951 27952 27953 27954 |
# File 'lib/aws-sdk-connect/types.rb', line 27948 class SearchWorkspaceAssociationsResponse < Struct.new( :next_token, :workspace_associations, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |