Class: Aws::Types::Asset

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def asset_id
  @asset_id
end

#asset_type::String

Returns the value of attribute asset_type.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def asset_type
  @asset_type
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def created_at
  @created_at
end

#metadataObject

Returns the value of attribute metadata.

Returns:

  • (Object)


119
120
121
# File 'sig/types.rbs', line 119

def 
  @metadata
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


122
123
124
# File 'sig/types.rbs', line 122

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


120
121
122
# File 'sig/types.rbs', line 120

def version
  @version
end