Class: Aws::IoT::Types::DescribeThingGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The dynamic thing group search query string.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#query_versionString

The dynamic thing group query version.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The dynamic thing group status.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_arnString

The thing group ARN.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_idString

The thing group ID.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_metadataTypes::ThingGroupMetadata

Thing group metadata.



5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_nameString

The name of the thing group.

Returns:

  • (String)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_propertiesTypes::ThingGroupProperties

The thing group properties.



5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of the thing group.

Returns:

  • (Integer)


5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
# File 'lib/aws-sdk-iot/types.rb', line 5835

class DescribeThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_id,
  :thing_group_arn,
  :version,
  :thing_group_properties,
  :thing_group_metadata,
  :index_name,
  :query_string,
  :query_version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end