Class: Aws::WorkSpacesWeb::Types::ListIdentityProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListIdentityProvidersResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_providers ⇒ Array<Types::IdentityProviderSummary>
The identity providers.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#identity_providers ⇒ Array<Types::IdentityProviderSummary>
The identity providers.
1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1862 class ListIdentityProvidersResponse < Struct.new( :identity_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
1862 1863 1864 1865 1866 1867 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1862 class ListIdentityProvidersResponse < Struct.new( :identity_providers, :next_token) SENSITIVE = [] include Aws::Structure end |