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:



3934
3935
3936
3937
3938
3939
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3934

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3934

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