AWSLocationDeleteMapRequest
Objective-C
@interface AWSLocationDeleteMapRequest
Swift
class AWSLocationDeleteMapRequest
-
The name of the map resource to be deleted.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable mapName;
Swift
var mapName: String? { get set }