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.
3633 3634 3635 3636 3637 3638 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3633 class GetSitesResponse < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |
#sites ⇒ Array<Types::Site>
The sites.
3633 3634 3635 3636 3637 3638 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3633 class GetSitesResponse < Struct.new( :sites, :next_token) SENSITIVE = [] include Aws::Structure end |