Class: Aws::Route53Profiles::Types::ListProfileResourceAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ListProfileResourceAssociationsResponse
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If more than
MaxResults
resource associations match the specified criteria, you can submit anotherListProfileResourceAssociations
request to get the next group of results. -
#profile_resource_associations ⇒ Array<Types::ProfileResourceAssociation>
Information about the profile resource association that you specified in a
GetProfileResourceAssociation
request.
Instance Attribute Details
#next_token ⇒ String
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.
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_associations ⇒ Array<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 |