Class: Aws::NetworkManager::Types::PutCoreNetworkPolicyRequest

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

#client_tokenString

The client token associated with the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


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

class PutCoreNetworkPolicyRequest < Struct.new(
  :core_network_id,
  :policy_document,
  :description,
  :latest_version_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)


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

class PutCoreNetworkPolicyRequest < Struct.new(
  :core_network_id,
  :policy_document,
  :description,
  :latest_version_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

a core network policy description.

Returns:

  • (String)


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

class PutCoreNetworkPolicyRequest < Struct.new(
  :core_network_id,
  :policy_document,
  :description,
  :latest_version_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_idInteger

The ID of a core network policy.

Returns:

  • (Integer)


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

class PutCoreNetworkPolicyRequest < Struct.new(
  :core_network_id,
  :policy_document,
  :description,
  :latest_version_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#policy_documentString

The policy document.

Returns:

  • (String)


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

class PutCoreNetworkPolicyRequest < Struct.new(
  :core_network_id,
  :policy_document,
  :description,
  :latest_version_id,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end