Class: Aws::Outposts::Types::ListOutpostsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListOutpostsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#outposts ⇒ Array<Types::Outpost>
Information about the Outposts.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-outposts/types.rb', line 1552 class ListOutpostsOutput < Struct.new( :outposts, :next_token) SENSITIVE = [] include Aws::Structure end |
#outposts ⇒ Array<Types::Outpost>
Information about the Outposts.
1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-outposts/types.rb', line 1552 class ListOutpostsOutput < Struct.new( :outposts, :next_token) SENSITIVE = [] include Aws::Structure end |