Class: Aws::LicenseManagerUserSubscriptions::Types::ListIdentityProvidersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_summariesArray<Types::IdentityProviderSummary>

Metadata that describes the list identity providers operation.

Returns:



370
371
372
373
374
375
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 370

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

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


370
371
372
373
374
375
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 370

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