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
4248 |
# File 'sig/client.rbs', line 4248
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4246 |
# File 'sig/client.rbs', line 4246
def next_token: () -> ::String
|
#workspace_associations ⇒ ::Array[Types::WorkspaceAssociationSearchSummary]
4247 |
# File 'sig/client.rbs', line 4247
def workspace_associations: () -> ::Array[Types::WorkspaceAssociationSearchSummary]
|