Class: Aws::NetworkManager::Types::CoreNetworkPolicyVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CoreNetworkPolicyVersion
- 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
-
#alias ⇒ String
Whether a core network policy is the current policy or the most recently submitted policy.
-
#change_set_state ⇒ String
The status of the policy version change set.
-
#core_network_id ⇒ String
The ID of a core network.
-
#created_at ⇒ Time
The timestamp when a core network policy version was created.
-
#description ⇒ String
The description of a core network policy version.
-
#policy_version_id ⇒ Integer
The ID of the policy version.
Instance Attribute Details
#alias ⇒ String
Whether a core network policy is the current policy or the most recently submitted policy.
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_state ⇒ String
The status of the policy version change set.
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_id ⇒ String
The ID of a core network.
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_at ⇒ Time
The timestamp when a core network policy version was created.
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 |
#description ⇒ String
The description of a core network policy version.
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_id ⇒ Integer
The ID of the policy version.
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 |