Class: Aws::Types::GetSolNetworkPackageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GetSolNetworkPackageMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#nsd ⇒ Types::NetworkArtifactMeta
Returns the value of attribute nsd.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
269 270 271 |
# File 'sig/types.rbs', line 269 def created_at @created_at end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
270 271 272 |
# File 'sig/types.rbs', line 270 def last_modified @last_modified end |
#nsd ⇒ Types::NetworkArtifactMeta
Returns the value of attribute nsd.
271 272 273 |
# File 'sig/types.rbs', line 271 def nsd @nsd end |