Class: Aws::IoTRoboRunner::Types::CreateWorkerFleetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotroborunner/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Full ARN of the worker fleet.

Returns:

  • (String)


223
224
225
226
227
228
229
230
# File 'lib/aws-sdk-iotroborunner/types.rb', line 223

class CreateWorkerFleetResponse < Struct.new(
  :arn,
  :id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp at which the resource was created.

Returns:

  • (Time)


223
224
225
226
227
228
229
230
# File 'lib/aws-sdk-iotroborunner/types.rb', line 223

class CreateWorkerFleetResponse < Struct.new(
  :arn,
  :id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Filters access by the worker fleet’s identifier

Returns:

  • (String)


223
224
225
226
227
228
229
230
# File 'lib/aws-sdk-iotroborunner/types.rb', line 223

class CreateWorkerFleetResponse < Struct.new(
  :arn,
  :id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp at which the resource was last updated.

Returns:

  • (Time)


223
224
225
226
227
228
229
230
# File 'lib/aws-sdk-iotroborunner/types.rb', line 223

class CreateWorkerFleetResponse < Struct.new(
  :arn,
  :id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end