Class: Aws::Tnb::Types::ListSolNetworkInstanceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ListSolNetworkInstanceMetadata
- Defined in:
- gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb
Overview
Metadata details for 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
-
#created_at ⇒ Time
The date that the resource was created.
-
#last_modified ⇒ Time
The date that the resource was last modified.
Instance Attribute Details
#created_at ⇒ Time
The date that the resource was created.
1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1518 class ListSolNetworkInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date that the resource was last modified.
1518 1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1518 class ListSolNetworkInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |