AWSIoTListRelatedResourcesForAuditFindingRequest

Objective-C

@interface AWSIoTListRelatedResourcesForAuditFindingRequest

Swift

class AWSIoTListRelatedResourcesForAuditFindingRequest
  • The finding Id.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable findingId;

    Swift

    var findingId: String? { get set }
  • The maximum number of results to return at one time.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • A token that can be used to retrieve the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }