Class: Aws::LicenseManagerUserSubscriptions::Types::ListIdentityProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListIdentityProvidersResponse
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider_summaries ⇒ Array<Types::IdentityProviderSummary>
An array of
IdentityProviderSummary
resources that contain details about the Active Directory identity providers that meet the request criteria. -
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#identity_provider_summaries ⇒ Array<Types::IdentityProviderSummary>
An array of IdentityProviderSummary
resources that contain details
about the Active Directory identity providers that meet the request
criteria.
698 699 700 701 702 703 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 698 class ListIdentityProvidersResponse < Struct.new( :identity_provider_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
698 699 700 701 702 703 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 698 class ListIdentityProvidersResponse < Struct.new( :identity_provider_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |