Class: Aws::Types::GetSolFunctionPackageMetadata
- Inherits:
-
Object
- Object
- Aws::Types::GetSolFunctionPackageMetadata
- 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.
-
#vnfd ⇒ Types::FunctionArtifactMeta
Returns the value of attribute vnfd.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
151 152 153 |
# File 'sig/types.rbs', line 151 def created_at @created_at end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
152 153 154 |
# File 'sig/types.rbs', line 152 def last_modified @last_modified end |
#vnfd ⇒ Types::FunctionArtifactMeta
Returns the value of attribute vnfd.
153 154 155 |
# File 'sig/types.rbs', line 153 def vnfd @vnfd end |