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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



622
623
624
625
626
627
# File 'lib/aws-sdk-oam/types.rb', line 622

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.



622
623
624
625
626
627
# File 'lib/aws-sdk-oam/types.rb', line 622

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