AWSKinesisVideoDescribeMappedResourceConfigurationOutput
Objective-C
@interface AWSKinesisVideoDescribeMappedResourceConfigurationOutput
Swift
class AWSKinesisVideoDescribeMappedResourceConfigurationOutput
-
A structure that encapsulates, or contains, the media storage configuration properties.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoMappedResourceConfigurationListItem *> *_Nullable mappedResourceConfigurationList;Swift
var mappedResourceConfigurationList: [AWSKinesisVideoMappedResourceConfigurationListItem]? { get set } -
The token that was used in the
NextTokenrequest to fetch the next set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSKinesisVideoDescribeMappedResourceConfigurationOutput Class Reference