Class: Aws::IoTRoboRunner::Types::UpdateDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::UpdateDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotroborunner/types.rb
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.
-
#id ⇒ String
Filters access by the destination’s identifier.
-
#name ⇒ String
Human friendly name of the resource.
-
#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
966 967 968 969 970 971 972 973 974 975 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 966 class UpdateDestinationResponse < Struct.new( :arn, :id, :name, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
Destination ARN.
966 967 968 969 970 971 972 973 974 975 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 966 class UpdateDestinationResponse < Struct.new( :arn, :id, :name, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Filters access by the destination’s identifier
966 967 968 969 970 971 972 973 974 975 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 966 class UpdateDestinationResponse < Struct.new( :arn, :id, :name, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Human friendly name of the resource.
966 967 968 969 970 971 972 973 974 975 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 966 class UpdateDestinationResponse < Struct.new( :arn, :id, :name, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of the destination.
966 967 968 969 970 971 972 973 974 975 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 966 class UpdateDestinationResponse < Struct.new( :arn, :id, :name, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp at which the resource was last updated.
966 967 968 969 970 971 972 973 974 975 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 966 class UpdateDestinationResponse < Struct.new( :arn, :id, :name, :updated_at, :state, :additional_fixed_properties) SENSITIVE = [] include Aws::Structure end |