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

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.

Returns:

  • (String)


2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2714

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

#query_stringString

The dynamic thing group search query string.

Returns:

  • (String)


2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2714

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

#query_versionString

The dynamic thing group query version.

Returns:

  • (String)


2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2714

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

#thing_group_arnString

The dynamic thing group ARN.

Returns:

  • (String)


2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2714

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

#thing_group_idString

The dynamic thing group ID.

Returns:

  • (String)


2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2714

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

#thing_group_nameString

The dynamic thing group name.

Returns:

  • (String)


2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2714

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