Class: Aws::Types::ThingDocument

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:

  • (::Hash[::String, ::String])


4772
4773
4774
# File 'sig/types.rbs', line 4772

def attributes
  @attributes
end

#connectivityTypes::ThingConnectivity

Returns the value of attribute connectivity.



4775
4776
4777
# File 'sig/types.rbs', line 4775

def connectivity
  @connectivity
end

#device_defender::String

Returns the value of attribute device_defender.

Returns:

  • (::String)


4774
4775
4776
# File 'sig/types.rbs', line 4774

def device_defender
  @device_defender
end

#shadow::String

Returns the value of attribute shadow.

Returns:

  • (::String)


4773
4774
4775
# File 'sig/types.rbs', line 4773

def shadow
  @shadow
end

#thing_group_names::Array[::String]

Returns the value of attribute thing_group_names.

Returns:

  • (::Array[::String])


4771
4772
4773
# File 'sig/types.rbs', line 4771

def thing_group_names
  @thing_group_names
end

#thing_id::String

Returns the value of attribute thing_id.

Returns:

  • (::String)


4769
4770
4771
# File 'sig/types.rbs', line 4769

def thing_id
  @thing_id
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


4768
4769
4770
# File 'sig/types.rbs', line 4768

def thing_name
  @thing_name
end

#thing_type_name::String

Returns the value of attribute thing_type_name.

Returns:

  • (::String)


4770
4771
4772
# File 'sig/types.rbs', line 4770

def thing_type_name
  @thing_type_name
end