AWSSimpleDBDomainMetadataRequest

Objective-C

@interface AWSSimpleDBDomainMetadataRequest

Swift

class AWSSimpleDBDomainMetadataRequest
  • The name of the domain for which to display the metadata of.

    Declaration

    Objective-C

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

    Swift

    var domainName: String? { get set }