Class: Aws::Types::AddThingToThingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#override_dynamic_groupsBoolean

Returns the value of attribute override_dynamic_groups.

Returns:

  • (Boolean)


88
89
90
# File 'sig/types.rbs', line 88

def override_dynamic_groups
  @override_dynamic_groups
end

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def thing_arn
  @thing_arn
end

#thing_group_arn::String

Returns the value of attribute thing_group_arn.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def thing_group_arn
  @thing_group_arn
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def thing_group_name
  @thing_group_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def thing_name
  @thing_name
end