Class: Aws::B2bi::Types::ListProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ListProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of profiles to return.
-
#next_token ⇒ String
When additional results are obtained from the command, a ‘NextToken` parameter is returned in the output.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of profiles to return.
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_token ⇒ String
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.
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 |