AWSKinesisVideoListEdgeAgentConfigurationsInput
Objective-C
@interface AWSKinesisVideoListEdgeAgentConfigurationsInput
Swift
class AWSKinesisVideoListEdgeAgentConfigurationsInput
-
The “Internet of Things (IoT) Thing” Arn of the edge agent.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable hubDeviceArn;
Swift
var hubDeviceArn: String? { get set }
-
The maximum number of edge configurations to return in the response. The default is 5.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
If you specify this parameter, when the result of a
ListEdgeAgentConfigurations
operation is truncated, the call returns theNextToken
in the response. To get another batch of edge configurations, provide this token in your next request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }