Class: Aws::IoT::Types::RemoveThingFromThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::RemoveThingFromThingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass RemoveThingFromThingGroupRequest data as a hash:
{
thing_group_name: "ThingGroupName",
thing_group_arn: "ThingGroupArn",
thing_name: "ThingName",
thing_arn: "ThingArn",
}
Instance Attribute Summary collapse
-
#thing_arn ⇒ String
The ARN of the thing to remove from the group.
-
#thing_group_arn ⇒ String
The group ARN.
-
#thing_group_name ⇒ String
The group name.
-
#thing_name ⇒ String
The name of the thing to remove from the group.
Instance Attribute Details
#thing_arn ⇒ String
The ARN of the thing to remove from the group.
8587 8588 8589 8590 8591 8592 8593 |
# File 'lib/aws-sdk-iot/types.rb', line 8587 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) include Aws::Structure end |
#thing_group_arn ⇒ String
The group ARN.
8587 8588 8589 8590 8591 8592 8593 |
# File 'lib/aws-sdk-iot/types.rb', line 8587 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) include Aws::Structure end |
#thing_group_name ⇒ String
The group name.
8587 8588 8589 8590 8591 8592 8593 |
# File 'lib/aws-sdk-iot/types.rb', line 8587 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) include Aws::Structure end |
#thing_name ⇒ String
The name of the thing to remove from the group.
8587 8588 8589 8590 8591 8592 8593 |
# File 'lib/aws-sdk-iot/types.rb', line 8587 class RemoveThingFromThingGroupRequest < Struct.new( :thing_group_name, :thing_group_arn, :thing_name, :thing_arn) include Aws::Structure end |