Class: Aws::IoTDataPlane::Types::UpdateThingShadowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb

Overview

The input for the UpdateThingShadow operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadString

The state information, in JSON format.

Returns:

  • (String)


460
461
462
463
464
465
466
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 460

class UpdateThingShadowRequest < Struct.new(
  :thing_name,
  :shadow_name,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#shadow_nameString

The name of the shadow.

Returns:

  • (String)


460
461
462
463
464
465
466
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 460

class UpdateThingShadowRequest < Struct.new(
  :thing_name,
  :shadow_name,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing.

Returns:

  • (String)


460
461
462
463
464
465
466
# File 'gems/aws-sdk-iotdataplane/lib/aws-sdk-iotdataplane/types.rb', line 460

class UpdateThingShadowRequest < Struct.new(
  :thing_name,
  :shadow_name,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end