Class: Aws::B2bi::Types::ListProfilesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the maximum number of profiles to return.

Returns:

  • (Integer)


1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-b2bi/types.rb', line 1486

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

#next_tokenString

When additional results are obtained from the command, a ‘NextToken` parameter is returned in the output. You can then pass the `NextToken` parameter in a subsequent command to continue listing additional resources.

Returns:

  • (String)


1486
1487
1488
1489
1490
1491
# File 'lib/aws-sdk-b2bi/types.rb', line 1486

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