Class: Aws::NetworkManager::Types::ListAttachmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListAttachmentsResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::Attachment>
Describes the list of attachments.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#attachments ⇒ Array<Types::Attachment>
Describes the list of attachments.
4106 4107 4108 4109 4110 4111 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4106 class ListAttachmentsResponse < Struct.new( :attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4106 4107 4108 4109 4110 4111 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4106 class ListAttachmentsResponse < Struct.new( :attachments, :next_token) SENSITIVE = [] include Aws::Structure end |