Class: Aws::NetworkManager::Types::CoreNetworkPolicy

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

Overview

Describes a core network policy. You can have only one LIVE Core Policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

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

Returns:

  • (String)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#change_set_stateString

The state of a core network policy.

Returns:

  • (String)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#core_network_idString

The ID of a core network.

Returns:

  • (String)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#created_atTime

The timestamp when a core network policy was created.

Returns:

  • (Time)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#descriptionString

The description of a core network policy.

Returns:

  • (String)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#policy_documentString

Describes a core network policy.

Returns:

  • (String)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#policy_errorsArray<Types::CoreNetworkPolicyError>

Describes any errors in a core network policy.

Returns:



977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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

#policy_version_idInteger

The ID of the policy version.

Returns:

  • (Integer)


977
978
979
980
981
982
983
984
985
986
987
988
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 977

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