Class: Aws::Tnb::Types::GetSolNetworkOperationMetadata

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

Overview

Metadata related to a network operation occurrence.

A network operation is any operation that is done to your network, such as network instance instantiation or termination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


726
727
728
729
730
731
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 726

class GetSolNetworkOperationMetadata < Struct.new(
  :created_at,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


726
727
728
729
730
731
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 726

class GetSolNetworkOperationMetadata < Struct.new(
  :created_at,
  :last_modified)
  SENSITIVE = []
  include Aws::Structure
end