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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/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)


550
551
552
553
554
555
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 550

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

#profile_summariesArray<Types::ProfileSummary>

Summary information about the Profiles.

Returns:



550
551
552
553
554
555
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 550

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