Class: Aws::Types::AssetFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::AssetFileBody

Returns the value of attribute content.



145
146
147
# File 'sig/types.rbs', line 145

def content
  @content
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


148
149
150
# File 'sig/types.rbs', line 148

def created_at
  @created_at
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


146
147
148
# File 'sig/types.rbs', line 146

def 
  @metadata
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def path
  @path
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


149
150
151
# File 'sig/types.rbs', line 149

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


147
148
149
# File 'sig/types.rbs', line 147

def version
  @version
end