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.



4580
4581
4582
4583
4584
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4580

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