Class: Aws::NetworkManager::Types::ListCoreNetworkPolicyVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListCoreNetworkPolicyVersionsResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_policy_versions ⇒ Array<Types::CoreNetworkPolicyVersion>
Describes core network policy versions.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#core_network_policy_versions ⇒ Array<Types::CoreNetworkPolicyVersion>
Describes core network policy versions.
4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4085 class ListCoreNetworkPolicyVersionsResponse < Struct.new( :core_network_policy_versions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4085 4086 4087 4088 4089 4090 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4085 class ListCoreNetworkPolicyVersionsResponse < Struct.new( :core_network_policy_versions, :next_token) SENSITIVE = [] include Aws::Structure end |