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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_idString

The ID of a core network.

Returns:

  • (String)


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

#descriptionString

a core network policy description.

Returns:

  • (String)


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_idInteger

The ID of a core network policy.

Returns:

  • (Integer)


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_documentString

The policy document.

Returns:

  • (String)


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