AWSLocationDescribeMapRequest

Objective-C

@interface AWSLocationDescribeMapRequest

Swift

class AWSLocationDescribeMapRequest
  • The name of the map resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable mapName;

    Swift

    var mapName: String? { get set }