Class: Aws::OAM::Types::ListSinksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::ListSinksOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListSinksItem>
An array of structures that contain the information about the returned sinks.
-
#next_token ⇒ String
The token to use when requesting the next set of sinks.
Instance Attribute Details
#items ⇒ Array<Types::ListSinksItem>
An array of structures that contain the information about the returned sinks.
634 635 636 637 638 639 |
# File 'lib/aws-sdk-oam/types.rb', line 634 class ListSinksOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of sinks.
634 635 636 637 638 639 |
# File 'lib/aws-sdk-oam/types.rb', line 634 class ListSinksOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |