AWSEC2AssociateTrunkInterfaceResult

Objective-C

@interface AWSEC2AssociateTrunkInterfaceResult

Swift

class AWSEC2AssociateTrunkInterfaceResult
  • 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 }
  • Information about the association between the trunk network interface and branch network interface.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2TrunkInterfaceAssociation *_Nullable interfaceAssociation;

    Swift

    var interfaceAssociation: AWSEC2TrunkInterfaceAssociation? { get set }