Class: Aws::WorkSpacesWeb::Types::ListIdentityProvidersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providersArray<Types::IdentityProviderSummary>

The identity providers.

Returns:



1756
1757
1758
1759
1760
1761
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1756

class ListIdentityProvidersResponse < Struct.new(
  :identity_providers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1756

class ListIdentityProvidersResponse < Struct.new(
  :identity_providers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end