Class: Aws::Route53Profiles::Types::ListProfileAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ListProfileAssociationsResponse
- 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` profile associations match the specified criteria, you can submit another `ListProfileAssociations` request to get the next group of results.
-
#profile_associations ⇒ Array<Types::ProfileAssociation>
A complex type that containts settings information about the profile’s VPC associations.
Instance Attribute Details
#next_token ⇒ String
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.
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_associations ⇒ Array<Types::ProfileAssociation>
A complex type that containts settings information about the profile’s VPC associations.
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 |