Class: Aws::Types::CreateWorkerConfigurationResponse

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)


179
180
181
# File 'sig/types.rbs', line 179

def creation_time
  @creation_time
end

#latest_revisionTypes::WorkerConfigurationRevisionSummary

Returns the value of attribute latest_revision.



180
181
182
# File 'sig/types.rbs', line 180

def latest_revision
  @latest_revision
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def name
  @name
end

#worker_configuration_arn::String

Returns the value of attribute worker_configuration_arn.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def worker_configuration_arn
  @worker_configuration_arn
end

#worker_configuration_state"ACTIVE", "DELETING"

Returns the value of attribute worker_configuration_state.

Returns:

  • ("ACTIVE", "DELETING")


183
184
185
# File 'sig/types.rbs', line 183

def worker_configuration_state
  @worker_configuration_state
end