AWSKinesisVideoDescribeMappedResourceConfigurationInput
Objective-C
@interface AWSKinesisVideoDescribeMappedResourceConfigurationInput
Swift
class AWSKinesisVideoDescribeMappedResourceConfigurationInput
-
The maximum number of results to return in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: NSNumber? { get set }
-
The token to provide in your next request, to get another batch of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The Amazon Resource Name (ARN) of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;
Swift
var streamARN: String? { get set }
-
The name of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }