Class: Aws::Types::ConfigurationRevision

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


269
270
271
# File 'sig/types.rbs', line 269

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def description
  @description
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


271
272
273
# File 'sig/types.rbs', line 271

def revision
  @revision
end