Class: Aws::Types::WorkerConfigurationSummary

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)


669
670
671
# File 'sig/types.rbs', line 669

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def description
  @description
end

#latest_revisionTypes::WorkerConfigurationRevisionSummary

Returns the value of attribute latest_revision.



671
672
673
# File 'sig/types.rbs', line 671

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def name
  @name
end

#worker_configuration_arn::String

Returns the value of attribute worker_configuration_arn.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def worker_configuration_arn
  @worker_configuration_arn
end

#worker_configuration_state"ACTIVE", "DELETING"

Returns the value of attribute worker_configuration_state.

Returns:

  • ("ACTIVE", "DELETING")


674
675
676
# File 'sig/types.rbs', line 674

def worker_configuration_state
  @worker_configuration_state
end