Class: Aws::Route53Profiles::Types::ListProfileResourceAssociationsResponse

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 ListProfileResourceAssociations request to get the next group of results. In the next request, specify the value of NextToken from the previous response.

Returns:

  • (String)


502
503
504
505
506
507
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 502

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

#profile_resource_associationsArray<Types::ProfileResourceAssociation>

Information about the profile resource association that you specified in a GetProfileResourceAssociation request.



502
503
504
505
506
507
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 502

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