Module: Aws::Connect::Client::_SearchWorkspaceAssociationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchWorkspaceAssociationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #workspace_associations ⇒ ::Array[Types::WorkspaceAssociationSearchSummary]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4372 |
# File 'sig/client.rbs', line 4372
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4370 |
# File 'sig/client.rbs', line 4370
def next_token: () -> ::String
|
#workspace_associations ⇒ ::Array[Types::WorkspaceAssociationSearchSummary]
4371 |
# File 'sig/client.rbs', line 4371
def workspace_associations: () -> ::Array[Types::WorkspaceAssociationSearchSummary]
|