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:



4002
4003
4004
4005
4006
4007
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4002

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


4002
4003
4004
4005
4006
4007
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4002

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