Class: Aws::IoT::Types::RemoveThingFromThingGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arnString

The ARN of the thing to remove from the group.

Returns:

  • (String)


13309
13310
13311
13312
13313
13314
13315
13316
# File 'lib/aws-sdk-iot/types.rb', line 13309

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_arnString

The group ARN.

Returns:

  • (String)


13309
13310
13311
13312
13313
13314
13315
13316
# File 'lib/aws-sdk-iot/types.rb', line 13309

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_nameString

The group name.

Returns:

  • (String)


13309
13310
13311
13312
13313
13314
13315
13316
# File 'lib/aws-sdk-iot/types.rb', line 13309

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing to remove from the group.

Returns:

  • (String)


13309
13310
13311
13312
13313
13314
13315
13316
# File 'lib/aws-sdk-iot/types.rb', line 13309

class RemoveThingFromThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end