Class: Aws::EKS::Types::ListIdentityProviderConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ListIdentityProviderConfigsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider_configs ⇒ Array<Types::IdentityProviderConfig>
The identity provider configurations for the cluster.
-
#next_token ⇒ String
The `nextToken` value returned from a previous paginated `ListIdentityProviderConfigsResponse` where `maxResults` was used and the results exceeded the value of that parameter.
Instance Attribute Details
#identity_provider_configs ⇒ Array<Types::IdentityProviderConfig>
The identity provider configurations for the cluster.
2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-eks/types.rb', line 2382 class ListIdentityProviderConfigsResponse < Struct.new( :identity_provider_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The `nextToken` value returned from a previous paginated `ListIdentityProviderConfigsResponse` where `maxResults` was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the `nextToken` value.
2382 2383 2384 2385 2386 2387 |
# File 'lib/aws-sdk-eks/types.rb', line 2382 class ListIdentityProviderConfigsResponse < Struct.new( :identity_provider_configs, :next_token) SENSITIVE = [] include Aws::Structure end |