Class: Aws::Tnb::Types::GetSolNetworkInstanceMetadata

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

Overview

The metadata of a network instance.

A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date that the resource was created.

Returns:

  • (Time)


625
626
627
628
629
630
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 625

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

#last_modifiedTime

The date that the resource was last modified.

Returns:

  • (Time)


625
626
627
628
629
630
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 625

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