Class: Aws::Types::DeprecateThingTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def thing_type_name
  @thing_type_name
end

#undo_deprecateBoolean

Returns the value of attribute undo_deprecate.

Returns:

  • (Boolean)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def undo_deprecate
  @undo_deprecate
end