Class: Aws::NetworkManager::Types::ListAttachmentsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::Attachment>

Describes the list of attachments.

Returns:



3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3852

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3852
3853
3854
3855
3856
3857
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3852

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