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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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.



8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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.



8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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)


8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
# File 'lib/aws-sdk-iot/types.rb', line 8107

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