Class: Aws::IoT::Types::CreateDynamicThingGroupResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The dynamic thing group index name.

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-iot/types.rb', line 1889

class CreateDynamicThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id,
  :index_name,
  :query_string,
  :query_version)
  include Aws::Structure
end

#query_stringString

The dynamic thing group search query string.

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-iot/types.rb', line 1889

class CreateDynamicThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id,
  :index_name,
  :query_string,
  :query_version)
  include Aws::Structure
end

#query_versionString

The dynamic thing group query version.

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-iot/types.rb', line 1889

class CreateDynamicThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id,
  :index_name,
  :query_string,
  :query_version)
  include Aws::Structure
end

#thing_group_arnString

The dynamic thing group ARN.

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-iot/types.rb', line 1889

class CreateDynamicThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id,
  :index_name,
  :query_string,
  :query_version)
  include Aws::Structure
end

#thing_group_idString

The dynamic thing group ID.

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-iot/types.rb', line 1889

class CreateDynamicThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id,
  :index_name,
  :query_string,
  :query_version)
  include Aws::Structure
end

#thing_group_nameString

The dynamic thing group name.

Returns:

  • (String)


1889
1890
1891
1892
1893
1894
1895
1896
1897
# File 'lib/aws-sdk-iot/types.rb', line 1889

class CreateDynamicThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id,
  :index_name,
  :query_string,
  :query_version)
  include Aws::Structure
end