Class: Aws::Types::DeleteThingShadowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#shadow_name::String

Returns the value of attribute shadow_name.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def shadow_name
  @shadow_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def thing_name
  @thing_name
end