Class: Aws::Types::GetSolFunctionPackageMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


152
153
154
# File 'sig/types.rbs', line 152

def last_modified
  @last_modified
end

#vnfdTypes::FunctionArtifactMeta

Returns the value of attribute vnfd.



153
154
155
# File 'sig/types.rbs', line 153

def vnfd
  @vnfd
end