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.
2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-outposts/types.rb', line 2063 class ListOutpostsOutput < Struct.new( :outposts, :next_token) SENSITIVE = [] include Aws::Structure end |
#outposts ⇒ Array<Types::Outpost>
Information about the Outposts.
2063 2064 2065 2066 2067 2068 |
# File 'lib/aws-sdk-outposts/types.rb', line 2063 class ListOutpostsOutput < Struct.new( :outposts, :next_token) SENSITIVE = [] include Aws::Structure end |