Class: Aws::Tnb::Types::ListSolNetworkOperationsMetadata

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

Overview

Metadata related to a network operation.

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)


1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1585

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

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1585

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