Class: Aws::Outposts::Types::ListSitesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::ListSitesOutput
- 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.
-
#sites ⇒ Array<Types::Site>
Information about the sites.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-outposts/types.rb', line 2146 class ListSitesOutput < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |
#sites ⇒ Array<Types::Site>
Information about the sites.
2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-outposts/types.rb', line 2146 class ListSitesOutput < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |