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.
1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-outposts/types.rb', line 1601 class ListSitesOutput < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |
#sites ⇒ Array<Types::Site>
Information about the sites.
1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-outposts/types.rb', line 1601 class ListSitesOutput < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |