Class: Aws::IoTRoboRunner::Types::UpdateDestinationResponse

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

#additional_fixed_propertiesString

JSON document containing additional fixed properties regarding the destination

Returns:

  • (String)


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

#arnString

Destination ARN.

Returns:

  • (String)


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

#idString

Filters access by the destination’s identifier

Returns:

  • (String)


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

#nameString

Human friendly name of the resource.

Returns:

  • (String)


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

#stateString

State of the destination.

Returns:

  • (String)


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_atTime

Timestamp at which the resource was last updated.

Returns:

  • (Time)


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