AWSIoTRelatedResource
Objective-C
@interface AWSIoTRelatedResource
Swift
class AWSIoTRelatedResource
Information about a related resource.
-
Other information about the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable additionalInfo;
Swift
var additionalInfo: [String : String]? { get set }
-
Information that identifies the resource.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTResourceIdentifier *_Nullable resourceIdentifier;
Swift
var resourceIdentifier: AWSIoTResourceIdentifier? { get set }
-
The type of resource.
Declaration
Objective-C
@property (nonatomic) AWSIoTResourceType resourceType;
Swift
var resourceType: AWSIoTResourceType { get set }