Class: Aws::IoT::Types::UpdateDynamicThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateDynamicThingGroupRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expected_version ⇒ Integer
The expected version of the dynamic thing group to update.
-
#index_name ⇒ String
The dynamic thing group index to update.
-
#query_string ⇒ String
The dynamic thing group search query string to update.
-
#query_version ⇒ String
The dynamic thing group query version to update.
-
#thing_group_name ⇒ String
The name of the dynamic thing group to update.
-
#thing_group_properties ⇒ Types::ThingGroupProperties
The dynamic thing group properties to update.
Instance Attribute Details
#expected_version ⇒ Integer
The expected version of the dynamic thing group to update.
17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17698 class UpdateDynamicThingGroupRequest < Struct.new( :thing_group_name, :thing_group_properties, :expected_version, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The dynamic thing group index to update.
AWS_Things
.
17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17698 class UpdateDynamicThingGroupRequest < Struct.new( :thing_group_name, :thing_group_properties, :expected_version, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The dynamic thing group search query string to update.
17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17698 class UpdateDynamicThingGroupRequest < Struct.new( :thing_group_name, :thing_group_properties, :expected_version, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |
#query_version ⇒ String
The dynamic thing group query version to update.
17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17698 class UpdateDynamicThingGroupRequest < Struct.new( :thing_group_name, :thing_group_properties, :expected_version, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |
#thing_group_name ⇒ String
The name of the dynamic thing group to update.
17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17698 class UpdateDynamicThingGroupRequest < Struct.new( :thing_group_name, :thing_group_properties, :expected_version, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |
#thing_group_properties ⇒ Types::ThingGroupProperties
The dynamic thing group properties to update.
17698 17699 17700 17701 17702 17703 17704 17705 17706 17707 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 17698 class UpdateDynamicThingGroupRequest < Struct.new( :thing_group_name, :thing_group_properties, :expected_version, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |