Class: Aws::IoT::Types::UpdateDynamicThingGroupRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_versionInteger

The expected version of the dynamic thing group to update.

Returns:

  • (Integer)


16091
16092
16093
16094
16095
16096
16097
16098
16099
16100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16091

class UpdateDynamicThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_properties,
  :expected_version,
  :index_name,
  :query_string,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The dynamic thing group index to update.

Currently one index is supported: AWS_Things.

Returns:

  • (String)


16091
16092
16093
16094
16095
16096
16097
16098
16099
16100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16091

class UpdateDynamicThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_properties,
  :expected_version,
  :index_name,
  :query_string,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The dynamic thing group search query string to update.

Returns:

  • (String)


16091
16092
16093
16094
16095
16096
16097
16098
16099
16100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16091

class UpdateDynamicThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_properties,
  :expected_version,
  :index_name,
  :query_string,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end

#query_versionString

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.

Returns:

  • (String)


16091
16092
16093
16094
16095
16096
16097
16098
16099
16100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16091

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_nameString

The name of the dynamic thing group to update.

Returns:

  • (String)


16091
16092
16093
16094
16095
16096
16097
16098
16099
16100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16091

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_propertiesTypes::ThingGroupProperties

The dynamic thing group properties to update.



16091
16092
16093
16094
16095
16096
16097
16098
16099
16100
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16091

class UpdateDynamicThingGroupRequest < Struct.new(
  :thing_group_name,
  :thing_group_properties,
  :expected_version,
  :index_name,
  :query_string,
  :query_version)
  SENSITIVE = []
  include Aws::Structure
end