Class: Aws::WorkLink::Types::ListWebsiteAuthorizationProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::ListWebsiteAuthorizationProvidersResponse
- Defined in:
- gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
-
#website_authorization_providers ⇒ Array<Types::WebsiteAuthorizationProviderSummary>
The website authorization providers.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
1044 1045 1046 1047 1048 1049 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1044 class ListWebsiteAuthorizationProvidersResponse < Struct.new( :website_authorization_providers, :next_token) SENSITIVE = [] include Aws::Structure end |
#website_authorization_providers ⇒ Array<Types::WebsiteAuthorizationProviderSummary>
The website authorization providers.
1044 1045 1046 1047 1048 1049 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1044 class ListWebsiteAuthorizationProvidersResponse < Struct.new( :website_authorization_providers, :next_token) SENSITIVE = [] include Aws::Structure end |