Class: Aws::IoT::Types::CreateDynamicThingGroupRequest

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

#index_nameString

The dynamic thing group index name.

Currently one index is supported: AWS_Things.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2679

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

#query_stringString

The dynamic thing group search query string.

See Query Syntax for information about query string syntax.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2679

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

#query_versionString

The dynamic thing group query version.

Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2679

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

#tagsArray<Types::Tag>

Metadata which can be used to manage the dynamic thing group.

Returns:



2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2679

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

#thing_group_nameString

The dynamic thing group name to create.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2679

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

#thing_group_propertiesTypes::ThingGroupProperties

The dynamic thing group properties.



2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2679

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