Class: Aws::Types::UpdateThingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_payloadTypes::AttributePayload

Returns the value of attribute attribute_payload.



5388
5389
5390
# File 'sig/types.rbs', line 5388

def attribute_payload
  @attribute_payload
end

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


5389
5390
5391
# File 'sig/types.rbs', line 5389

def expected_version
  @expected_version
end

#remove_thing_typeBoolean

Returns the value of attribute remove_thing_type.

Returns:

  • (Boolean)


5390
5391
5392
# File 'sig/types.rbs', line 5390

def remove_thing_type
  @remove_thing_type
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


5386
5387
5388
# File 'sig/types.rbs', line 5386

def thing_name
  @thing_name
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


5387
5388
5389
# File 'sig/types.rbs', line 5387

def thing_type_name
  @thing_type_name
end