Class: Aws::Types::AssetFileSummary

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)


178
179
180
# File 'sig/types.rbs', line 178

def created_at
  @created_at
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


176
177
178
# File 'sig/types.rbs', line 176

def 
  @metadata
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def path
  @path
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


179
180
181
# File 'sig/types.rbs', line 179

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


177
178
179
# File 'sig/types.rbs', line 177

def version
  @version
end