Class: Aws::Route53Profiles::Types::ListProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ListProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If more than ‘MaxResults` resource associations match the specified criteria, you can submit another `ListProfiles` request to get the next group of results.
-
#profile_summaries ⇒ Array<Types::ProfileSummary>
Summary information about the Profiles.
Instance Attribute Details
#next_token ⇒ String
If more than ‘MaxResults` resource associations match the specified criteria, you can submit another `ListProfiles` request to get the next group of results. In the next request, specify the value of `NextToken` from the previous response.
551 552 553 554 555 556 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 551 class ListProfilesResponse < Struct.new( :next_token, :profile_summaries) SENSITIVE = [] include Aws::Structure end |
#profile_summaries ⇒ Array<Types::ProfileSummary>
Summary information about the Profiles.
551 552 553 554 555 556 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 551 class ListProfilesResponse < Struct.new( :next_token, :profile_summaries) SENSITIVE = [] include Aws::Structure end |