Class: Aws::Types::UpdateThingShadowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def payload
  @payload
end

#shadow_name::String

Returns the value of attribute shadow_name.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def shadow_name
  @shadow_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def thing_name
  @thing_name
end