Class: Aws::Tnb::Types::GetSolNetworkInstanceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::GetSolNetworkInstanceMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#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.
625 626 627 628 629 630 |
# File 'lib/aws-sdk-tnb/types.rb', line 625 class GetSolNetworkInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The date that the resource was last modified.
625 626 627 628 629 630 |
# File 'lib/aws-sdk-tnb/types.rb', line 625 class GetSolNetworkInstanceMetadata < Struct.new( :created_at, :last_modified) SENSITIVE = [] include Aws::Structure end |