AWSKinesisVideoListEdgeAgentConfigurationsOutput
Objective-C
@interface AWSKinesisVideoListEdgeAgentConfigurationsOutput
Swift
class AWSKinesisVideoListEdgeAgentConfigurationsOutput
-
A description of a single stream’s edge configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoListEdgeAgentConfigurationsEdgeConfig *> *_Nullable edgeConfigs;
Swift
var edgeConfigs: [AWSKinesisVideoListEdgeAgentConfigurationsEdgeConfig]? { get set }
-
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }