AWSIoTCreateDomainConfigurationResponse
Objective-C
@interface AWSIoTCreateDomainConfigurationResponse
Swift
class AWSIoTCreateDomainConfigurationResponse
-
The ARN of the domain configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainConfigurationArn;
Swift
var domainConfigurationArn: String? { get set }
-
The name of the domain configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable domainConfigurationName;
Swift
var domainConfigurationName: String? { get set }