AWSTranscribeListTagsForResourceResponse
Objective-C
@interface AWSTranscribeListTagsForResourceResponse
Swift
class AWSTranscribeListTagsForResourceResponse
-
The Amazon Resource Name (ARN) specified in your request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
Lists all tags associated with the given transcription job, vocabulary, model, or resource.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTranscribeTag *> *_Nullable tags;
Swift
var tags: [AWSTranscribeTag]? { get set }