Class: Aws::NetworkManager::Types::CoreNetworkChangeEvent

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

Overview

Describes a core network change event. This can be a change to a segment, attachment, route, etc.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action taken for the change event.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 830

class CoreNetworkChangeEvent < Struct.new(
  :type,
  :action,
  :identifier_path,
  :event_time,
  :status,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#event_timeTime

The timestamp for an event change in status.

Returns:

  • (Time)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 830

class CoreNetworkChangeEvent < Struct.new(
  :type,
  :action,
  :identifier_path,
  :event_time,
  :status,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#identifier_pathString

Uniquely identifies the path for a change within the changeset. For example, the IdentifierPath for a core network segment change might be "CORE_NETWORK_SEGMENT/us-east-1/devsegment".

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 830

class CoreNetworkChangeEvent < Struct.new(
  :type,
  :action,
  :identifier_path,
  :event_time,
  :status,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the core network change event.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 830

class CoreNetworkChangeEvent < Struct.new(
  :type,
  :action,
  :identifier_path,
  :event_time,
  :status,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Describes the type of change event.

Returns:

  • (String)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 830

class CoreNetworkChangeEvent < Struct.new(
  :type,
  :action,
  :identifier_path,
  :event_time,
  :status,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesTypes::CoreNetworkChangeEventValues

Details of the change event.



830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 830

class CoreNetworkChangeEvent < Struct.new(
  :type,
  :action,
  :identifier_path,
  :event_time,
  :status,
  :values)
  SENSITIVE = []
  include Aws::Structure
end