Class: Aws::Outposts::Types::ListOutpostsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListOutpostsOutput
- Defined in:
- gems/aws-sdk-outposts/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.
1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1631 class ListOutpostsOutput < Struct.new( :outposts, :next_token) SENSITIVE = [] include Aws::Structure end |
#outposts ⇒ Array<Types::Outpost>
Information about the Outposts.
1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1631 class ListOutpostsOutput < Struct.new( :outposts, :next_token) SENSITIVE = [] include Aws::Structure end |