Class: Aws::NetworkManager::Types::GetSitesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetSitesResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#sites ⇒ Array<Types::Site>
The sites.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
1551 1552 1553 1554 1555 1556 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1551 class GetSitesResponse < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |
#sites ⇒ Array<Types::Site>
The sites.
1551 1552 1553 1554 1555 1556 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1551 class GetSitesResponse < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |