Class: Aws::Types::ThingAttribute

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:



4751
4752
4753
# File 'sig/types.rbs', line 4751

def attributes
  @attributes
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:



4750
4751
4752
# File 'sig/types.rbs', line 4750

def thing_arn
  @thing_arn
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:



4748
4749
4750
# File 'sig/types.rbs', line 4748

def thing_name
  @thing_name
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:



4749
4750
4751
# File 'sig/types.rbs', line 4749

def thing_type_name
  @thing_type_name
end

#version::Integer

Returns the value of attribute version.

Returns:



4752
4753
4754
# File 'sig/types.rbs', line 4752

def version
  @version
end