Class: Aws::Types::GetThingShadowRequest

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)


84
85
86
# File 'sig/types.rbs', line 84

def shadow_name
  @shadow_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def thing_name
  @thing_name
end