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