You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::UpdateDynamicThingGroupRequestWhen passing UpdateDynamicThingGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
thing_group_name: "ThingGroupName", thing_group_properties: { thing_group_description: "ThingGroupDescription",
attribute_payload: {
attributes: {
"AttributeName" => "AttributeValue",
},
merge: false,
},
},
expected_version: 1,
index_name: "IndexName",
query_string: "QueryString",
query_version: "QueryVersion",
}
Instance Attribute Summary collapse
The expected version of the dynamic thing group to update.
The dynamic thing group index to update.
The dynamic thing group search query string to update.
The dynamic thing group query version to update.
The name of the dynamic thing group to update.
The dynamic thing group properties to update.
The expected version of the dynamic thing group to update.
#index_name ⇒ StringThe dynamic thing group index to update.
Currently one index is supported: \'AWS_Things\'.
#query_string ⇒ StringThe dynamic thing group search query string to update.
#query_version ⇒ StringThe dynamic thing group query version to update.
Currently one query version is supported: \"2017-09-30\". If not specified, the query version defaults to this value.
#thing_group_name ⇒ StringThe name of the dynamic thing group to update.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4