AWSEC2ModifyIpamScopeResult
Objective-C
@interface AWSEC2ModifyIpamScopeResult
Swift
class AWSEC2ModifyIpamScopeResult
-
The results of the modification.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IpamScope *_Nullable ipamScope;
Swift
var ipamScope: AWSEC2IpamScope? { get set }