Class: Aws::Types::WorkerConfigurationRevisionSummary

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)


662
663
664
# File 'sig/types.rbs', line 662

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def description
  @description
end

#revision ⇒ ::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


664
665
666
# File 'sig/types.rbs', line 664

def revision
  @revision
end