Class: Aws::WorkSpacesWeb::Types::ListIdentityProvidersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListIdentityProvidersRequest
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be included in the next page.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be included in the next page.
1794 1795 1796 1797 1798 1799 1800 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1794 class ListIdentityProvidersRequest < Struct.new( :max_results, :next_token, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
1794 1795 1796 1797 1798 1799 1800 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1794 class ListIdentityProvidersRequest < Struct.new( :max_results, :next_token, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
1794 1795 1796 1797 1798 1799 1800 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1794 class ListIdentityProvidersRequest < Struct.new( :max_results, :next_token, :portal_arn) SENSITIVE = [] include Aws::Structure end |