Class: Aws::Types::WorkerConfigurationRevisionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:properties_file_content])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


654
655
656
# File 'sig/types.rbs', line 654

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def description
  @description
end

#properties_file_content ⇒ ::String

Returns the value of attribute properties_file_content.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def properties_file_content
  @properties_file_content
end

#revision ⇒ ::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


657
658
659
# File 'sig/types.rbs', line 657

def revision
  @revision
end