A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/IoT/Types/UpdateDynamicThingGroupRequest.html below:

UpdateDynamicThingGroupRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::UpdateDynamicThingGroupRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 Instance Attribute Details #expected_version ⇒ Integer

The expected version of the dynamic thing group to update.

#index_name ⇒ String

The dynamic thing group index to update.

Currently one index is supported: \'AWS_Things\'.

#query_string ⇒ String

The dynamic thing group search query string to update.

#query_version ⇒ String

The 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 ⇒ String

The 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