AWSEC2CreateIpamScopeResult
Objective-C
@interface AWSEC2CreateIpamScopeResult
Swift
class AWSEC2CreateIpamScopeResult
-
Information about the created scope.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2IpamScope *_Nullable ipamScope;
Swift
var ipamScope: AWSEC2IpamScope? { get set }