Class: Aws::NetworkManager::Types::ListCoreNetworkPolicyVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListCoreNetworkPolicyVersionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_id ⇒ String
The ID of a core network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#core_network_id ⇒ String
The ID of a core network.
4472 4473 4474 4475 4476 4477 4478 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4472 class ListCoreNetworkPolicyVersionsRequest < Struct.new( :core_network_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
4472 4473 4474 4475 4476 4477 4478 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4472 class ListCoreNetworkPolicyVersionsRequest < Struct.new( :core_network_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4472 4473 4474 4475 4476 4477 4478 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4472 class ListCoreNetworkPolicyVersionsRequest < Struct.new( :core_network_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |