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
NextToken
request to fetch the next set of results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }