Class: Aws::Types::DescribeWorkerConfigurationResponse

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)


339
340
341
# File 'sig/types.rbs', line 339

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def description
  @description
end

#latest_revisionTypes::WorkerConfigurationRevisionDescription

Returns the value of attribute latest_revision.



341
342
343
# File 'sig/types.rbs', line 341

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def name
  @name
end

#worker_configuration_arn::String

Returns the value of attribute worker_configuration_arn.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def worker_configuration_arn
  @worker_configuration_arn
end

#worker_configuration_state"ACTIVE", "DELETING"

Returns the value of attribute worker_configuration_state.

Returns:

  • ("ACTIVE", "DELETING")


344
345
346
# File 'sig/types.rbs', line 344

def worker_configuration_state
  @worker_configuration_state
end