Class: Aws::IoTRoboRunner::Types::CreateWorkerFleetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::CreateWorkerFleetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotroborunner/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Full ARN of the worker fleet.
-
#created_at ⇒ Time
Timestamp at which the resource was created.
-
#id ⇒ String
Filters access by the worker fleet’s identifier.
-
#updated_at ⇒ Time
Timestamp at which the resource was last updated.
Instance Attribute Details
#arn ⇒ String
Full ARN of the worker fleet.
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_at ⇒ Time
Timestamp at which the resource was created.
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 |
#id ⇒ String
Filters access by the worker fleet’s identifier
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_at ⇒ Time
Timestamp at which the resource was last updated.
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 |