Class: Aws::NetworkManager::Types::PutCoreNetworkPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_policyTypes::CoreNetworkPolicy

Describes the changed core network policy.



4565
4566
4567
4568
4569
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4565

class PutCoreNetworkPolicyResponse < Struct.new(
  :core_network_policy)
  SENSITIVE = []
  include Aws::Structure
end