Class: Aws::Route53Profiles::Types::ListProfileAssociationsResponse

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` profile associations match the specified criteria, you can submit another `ListProfileAssociations` request to get the next group of results. In the next request, specify the value of `NextToken` from the previous response.

Returns:

  • (String)


442
443
444
445
446
447
# File 'lib/aws-sdk-route53profiles/types.rb', line 442

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

#profile_associationsArray<Types::ProfileAssociation>

A complex type that containts settings information about the profile’s VPC associations.

Returns:



442
443
444
445
446
447
# File 'lib/aws-sdk-route53profiles/types.rb', line 442

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