Class: Aws::Types::CurrentRevision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#change_identifier::String

Returns the value of attribute change_identifier.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def change_identifier
  @change_identifier
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


389
390
391
# File 'sig/types.rbs', line 389

def created
  @created
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def revision
  @revision
end

#revision_summary::String

Returns the value of attribute revision_summary.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def revision_summary
  @revision_summary
end