Class: Aws::Types::AssociateEntityToThingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#entity_id::String

Returns the value of attribute entity_id.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def entity_id
  @entity_id
end

#namespace_version::Integer

Returns the value of attribute namespace_version.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def namespace_version
  @namespace_version
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def thing_name
  @thing_name
end