Class: Aws::Types::RemoveThingFromThingGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arn::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


4277
4278
4279
# File 'sig/types.rbs', line 4277

def thing_arn
  @thing_arn
end

#thing_group_arn::String

Returns the value of attribute thing_group_arn.

Returns:

  • (::String)


4275
4276
4277
# File 'sig/types.rbs', line 4275

def thing_group_arn
  @thing_group_arn
end

#thing_group_name::String

Returns the value of attribute thing_group_name.

Returns:

  • (::String)


4274
4275
4276
# File 'sig/types.rbs', line 4274

def thing_group_name
  @thing_group_name
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


4276
4277
4278
# File 'sig/types.rbs', line 4276

def thing_name
  @thing_name
end