Class: Aws::OAM::Types::ListAttachedLinksOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListAttachedLinksItem>

An array of structures that contain the information about the attached links.

Returns:



499
500
501
502
503
504
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 499

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

#next_tokenString

The token to use when requesting the next set of links.

Returns:

  • (String)


499
500
501
502
503
504
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 499

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