Class: Aws::OAM::Types::ListLinksOutput

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::ListLinksItem>

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

Returns:



572
573
574
575
576
577
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 572

class ListLinksOutput < 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)


572
573
574
575
576
577
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 572

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