Class: Aws::IoT::Types::CreateDynamicThingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateDynamicThingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The dynamic thing group index name.
-
#query_string ⇒ String
The dynamic thing group search query string.
-
#query_version ⇒ String
The dynamic thing group query version.
-
#thing_group_arn ⇒ String
The dynamic thing group ARN.
-
#thing_group_id ⇒ String
The dynamic thing group ID.
-
#thing_group_name ⇒ String
The dynamic thing group name.
Instance Attribute Details
#index_name ⇒ String
The dynamic thing group index name.
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 |
# File 'lib/aws-sdk-iot/types.rb', line 2885 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_string ⇒ String
The dynamic thing group search query string.
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 |
# File 'lib/aws-sdk-iot/types.rb', line 2885 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_version ⇒ String
The dynamic thing group query version.
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 |
# File 'lib/aws-sdk-iot/types.rb', line 2885 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_arn ⇒ String
The dynamic thing group ARN.
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 |
# File 'lib/aws-sdk-iot/types.rb', line 2885 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_id ⇒ String
The dynamic thing group ID.
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 |
# File 'lib/aws-sdk-iot/types.rb', line 2885 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_name ⇒ String
The dynamic thing group name.
2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 |
# File 'lib/aws-sdk-iot/types.rb', line 2885 class CreateDynamicThingGroupResponse < Struct.new( :thing_group_name, :thing_group_arn, :thing_group_id, :index_name, :query_string, :query_version) SENSITIVE = [] include Aws::Structure end |