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.
1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1447 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.
1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1447 class ListIdentityProvidersResponse < Struct.new( :identity_providers, :next_token) SENSITIVE = [] include Aws::Structure end |