Class: Aws::OAM::Types::ListSinksInput

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)


590
591
592
593
594
595
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 590

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


590
591
592
593
594
595
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 590

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