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:



1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1801

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)


1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1801

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