Class: Aws::NetworkManager::Types::GetSitesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetSitesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
-
#site_ids ⇒ Array<String>
One or more site IDs.
Instance Attribute Details
#global_network_id ⇒ String
The ID of the global network.
3718 3719 3720 3721 3722 3723 3724 3725 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3718 class GetSitesRequest < Struct.new( :global_network_id, :site_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3718 3719 3720 3721 3722 3723 3724 3725 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3718 class GetSitesRequest < Struct.new( :global_network_id, :site_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3718 3719 3720 3721 3722 3723 3724 3725 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3718 class GetSitesRequest < Struct.new( :global_network_id, :site_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#site_ids ⇒ Array<String>
One or more site IDs. The maximum is 10.
3718 3719 3720 3721 3722 3723 3724 3725 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3718 class GetSitesRequest < Struct.new( :global_network_id, :site_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |