Class: Aws::NetworkManager::Types::PutCoreNetworkPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::PutCoreNetworkPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token associated with the request.
-
#core_network_id ⇒ String
The ID of a core network.
-
#description ⇒ String
a core network policy description.
-
#latest_version_id ⇒ Integer
The ID of a core network policy.
-
#policy_document ⇒ String
The policy document.
Instance Attribute Details
#client_token ⇒ String
The client token associated with the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5423 5424 5425 5426 5427 5428 5429 5430 5431 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5423 class PutCoreNetworkPolicyRequest < Struct.new( :core_network_id, :policy_document, :description, :latest_version_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#core_network_id ⇒ String
The ID of a core network.
5423 5424 5425 5426 5427 5428 5429 5430 5431 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5423 class PutCoreNetworkPolicyRequest < Struct.new( :core_network_id, :policy_document, :description, :latest_version_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
a core network policy description.
5423 5424 5425 5426 5427 5428 5429 5430 5431 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5423 class PutCoreNetworkPolicyRequest < Struct.new( :core_network_id, :policy_document, :description, :latest_version_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#latest_version_id ⇒ Integer
The ID of a core network policy.
5423 5424 5425 5426 5427 5428 5429 5430 5431 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5423 class PutCoreNetworkPolicyRequest < Struct.new( :core_network_id, :policy_document, :description, :latest_version_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The policy document.
5423 5424 5425 5426 5427 5428 5429 5430 5431 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5423 class PutCoreNetworkPolicyRequest < Struct.new( :core_network_id, :policy_document, :description, :latest_version_id, :client_token) SENSITIVE = [] include Aws::Structure end |