AWSEC2DeleteIpamScopeResult

Objective-C

@interface AWSEC2DeleteIpamScopeResult

Swift

class AWSEC2DeleteIpamScopeResult
  • Information about the results of the deletion.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2IpamScope *_Nullable ipamScope;

    Swift

    var ipamScope: AWSEC2IpamScope? { get set }