Class: Aws::NetworkManager::Types::ListAttachmentRoutingPolicyAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListAttachmentRoutingPolicyAssociationsResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_routing_policy_associations ⇒ Array<Types::AttachmentRoutingPolicyAssociationSummary>
The list of attachment routing policy associations.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#attachment_routing_policy_associations ⇒ Array<Types::AttachmentRoutingPolicyAssociationSummary>
The list of attachment routing policy associations.
4353 4354 4355 4356 4357 4358 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4353 class ListAttachmentRoutingPolicyAssociationsResponse < Struct.new( :attachment_routing_policy_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4353 4354 4355 4356 4357 4358 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4353 class ListAttachmentRoutingPolicyAssociationsResponse < Struct.new( :attachment_routing_policy_associations, :next_token) SENSITIVE = [] include Aws::Structure end |