Class: Aws::Types::AssetVersionMetadata

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)


196
197
198
# File 'sig/types.rbs', line 196

def created_at
  @created_at
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


195
196
197
# File 'sig/types.rbs', line 195

def version
  @version
end