Class: Aws::OAM::Types::ListLinksOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OAM::Types::ListLinksOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-oam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListLinksItem>
An array of structures that contain the information about the returned links.
-
#next_token ⇒ String
The token to use when requesting the next set of links.
Instance Attribute Details
#items ⇒ Array<Types::ListLinksItem>
An array of structures that contain the information about the returned links.
572 573 574 575 576 577 |
# File 'lib/aws-sdk-oam/types.rb', line 572 class ListLinksOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of links.
572 573 574 575 576 577 |
# File 'lib/aws-sdk-oam/types.rb', line 572 class ListLinksOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |