Class: Aws::OAM::Types::ListSinksOutput

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

#itemsArray<Types::ListSinksItem>

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

Returns:



666
667
668
669
670
671
# File 'lib/aws-sdk-oam/types.rb', line 666

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

#next_tokenString

The token to use when requesting the next set of sinks.

Returns:

  • (String)


666
667
668
669
670
671
# File 'lib/aws-sdk-oam/types.rb', line 666

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