Class: Aws::WorkLink::Types::ListWebsiteAuthorizationProvidersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


872
873
874
875
876
877
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 872

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

#website_authorization_providersArray<Types::WebsiteAuthorizationProviderSummary>

The website authorization providers.



872
873
874
875
876
877
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 872

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