Class: Aws::OAM::Types::ListLinksInput

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

#max_resultsInteger

Limits the number of returned links to the specified number.

Returns:

  • (Integer)


517
518
519
520
521
522
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 517

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

#next_tokenString

The token for the next set of items to return. You received this token from a previous call.

Returns:

  • (String)


517
518
519
520
521
522
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 517

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