Class: Aws::OAM::Types::ListSinksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::ListSinksInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Limits the number of returned links to the specified number.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#max_results ⇒ Integer
Limits the number of returned links to the specified number.
590 591 592 593 594 595 |
# File 'lib/aws-sdk-oam/types.rb', line 590 class ListSinksInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. You received this token from a previous call.
590 591 592 593 594 595 |
# File 'lib/aws-sdk-oam/types.rb', line 590 class ListSinksInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |