Class: Aws::Types::AssetRevision

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)


324
325
326
# File 'sig/types.rbs', line 324

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def created_by
  @created_by
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def domain_id
  @domain_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def id
  @id
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def revision
  @revision
end