DescribeThingGroupResponse
public struct DescribeThingGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The dynamic thing group index name.
Declaration
Swift
public let indexName: String? -
The dynamic thing group search query string.
Declaration
Swift
public let queryString: String? -
The dynamic thing group query version.
Declaration
Swift
public let queryVersion: String? -
The dynamic thing group status.
Declaration
Swift
public let status: DynamicGroupStatus? -
The thing group ARN.
Declaration
Swift
public let thingGroupArn: String? -
The thing group ID.
Declaration
Swift
public let thingGroupId: String? -
Thing group metadata.
Declaration
Swift
public let thingGroupMetadata: ThingGroupMetadata? -
The name of the thing group.
Declaration
Swift
public let thingGroupName: String? -
The thing group properties.
Declaration
Swift
public let thingGroupProperties: ThingGroupProperties? -
The version of the thing group.
Declaration
Swift
public let version: Int64? -
init(indexName:queryString:queryVersion:status:thingGroupArn:thingGroupId:thingGroupMetadata:thingGroupName:thingGroupProperties:version:)Undocumented
Declaration
Swift
public init(indexName: String? = nil, queryString: String? = nil, queryVersion: String? = nil, status: DynamicGroupStatus? = nil, thingGroupArn: String? = nil, thingGroupId: String? = nil, thingGroupMetadata: ThingGroupMetadata? = nil, thingGroupName: String? = nil, thingGroupProperties: ThingGroupProperties? = nil, version: Int64? = nil)
View on GitHub
DescribeThingGroupResponse Structure Reference