Class: Aws::B2bi::Types::ListProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ListProfilesResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When additional results are obtained from the command, a
NextToken
parameter is returned in the output. -
#profiles ⇒ Array<Types::ProfileSummary>
Returns an array of
ProfileSummary
objects.
Instance Attribute Details
#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.
1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1456 class ListProfilesResponse < Struct.new( :profiles, :next_token) SENSITIVE = [] include Aws::Structure end |
#profiles ⇒ Array<Types::ProfileSummary>
Returns an array of ProfileSummary
objects.
1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1456 class ListProfilesResponse < Struct.new( :profiles, :next_token) SENSITIVE = [] include Aws::Structure end |