Class: Aws::Route53Profiles::Types::ListProfilesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_summariesArray<Types::ProfileSummary>

Summary information about the Profiles.

Returns:



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