Class: Aws::IoTRoboRunner::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::Destination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotroborunner/types.rb
Overview
Area within a facility where work can be performed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_fixed_properties ⇒ String
JSON document containing additional fixed properties regarding the destination.
-
#arn ⇒ String
Destination ARN.
-
#created_at ⇒ Time
Timestamp at which the resource was created.
-
#id ⇒ String
Filters access by the destination’s identifier.
-
#name ⇒ String
Human friendly name of the resource.
-
#site ⇒ String
Site ARN.
-
#state ⇒ String
State of the destination.
-
#updated_at ⇒ Time
Timestamp at which the resource was last updated.
Instance Attribute Details
#additional_fixed_properties ⇒ String
JSON document containing additional fixed properties regarding the destination
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
Destination ARN.
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp at which the resource was created.
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Filters access by the destination’s identifier
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Human friendly name of the resource.
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#site ⇒ String
Site ARN.
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the destination.
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp at which the resource was last updated.
396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 396 class Destination < Struct.new( :arn, :id, :name, :site, :created_at, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |