Class: Aws::WorkSpacesWeb::Types::ListIdentityProvidersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to be included in the next page.

Returns:

  • (Integer)


2451
2452
2453
2454
2455
2456
2457
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2451

class ListIdentityProvidersRequest < Struct.new(
  :next_token,
  :max_results,
  :portal_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2451

class ListIdentityProvidersRequest < Struct.new(
  :next_token,
  :max_results,
  :portal_arn)
  SENSITIVE = []
  include Aws::Structure
end

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


2451
2452
2453
2454
2455
2456
2457
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2451

class ListIdentityProvidersRequest < Struct.new(
  :next_token,
  :max_results,
  :portal_arn)
  SENSITIVE = []
  include Aws::Structure
end