AWSEC2DisassociateTrunkInterfaceResult

Objective-C

@interface AWSEC2DisassociateTrunkInterfaceResult

Swift

class AWSEC2DisassociateTrunkInterfaceResult
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • Returns true if the request succeeds; otherwise, it returns an error.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable returned;

    Swift

    var returned: NSNumber? { get set }