Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::NetworkManager::Types::CoreNetworkPolicyVersion

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

Overview

Describes a core network policy version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

Whether a core network policy is the current policy or the most recently submitted policy.

Returns:

  • (String)

1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1219

class CoreNetworkPolicyVersion < Struct.new(
  :core_network_id,
  :policy_version_id,
  :alias,
  :description,
  :created_at,
  :change_set_state)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_stateString

The status of the policy version change set.

Returns:

  • (String)

1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1219

class CoreNetworkPolicyVersion < Struct.new(
  :core_network_id,
  :policy_version_id,
  :alias,
  :description,
  :created_at,
  :change_set_state)
  SENSITIVE = []
  include Aws::Structure
end

#core_network_idString

The ID of a core network.

Returns:

  • (String)

1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1219

class CoreNetworkPolicyVersion < Struct.new(
  :core_network_id,
  :policy_version_id,
  :alias,
  :description,
  :created_at,
  :change_set_state)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when a core network policy version was created.

Returns:

  • (Time)

1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1219

class CoreNetworkPolicyVersion < Struct.new(
  :core_network_id,
  :policy_version_id,
  :alias,
  :description,
  :created_at,
  :change_set_state)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of a core network policy version.

Returns:

  • (String)

1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1219

class CoreNetworkPolicyVersion < Struct.new(
  :core_network_id,
  :policy_version_id,
  :alias,
  :description,
  :created_at,
  :change_set_state)
  SENSITIVE = []
  include Aws::Structure
end

#policy_version_idInteger

The ID of the policy version.

Returns:

  • (Integer)

1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1219

class CoreNetworkPolicyVersion < Struct.new(
  :core_network_id,
  :policy_version_id,
  :alias,
  :description,
  :created_at,
  :change_set_state)
  SENSITIVE = []
  include Aws::Structure
end