AWSEC2DeleteIpamResult

Objective-C

@interface AWSEC2DeleteIpamResult

Swift

class AWSEC2DeleteIpamResult
  • Information about the results of the deletion.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2Ipam *_Nullable ipam;

    Swift

    var ipam: AWSEC2Ipam? { get set }