AWSEC2AnalysisPacketHeader

Objective-C

@interface AWSEC2AnalysisPacketHeader

Swift

class AWSEC2AnalysisPacketHeader

Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.

  • The destination addresses.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable destinationAddresses;

    Swift

    var destinationAddresses: [String]? { get set }
  • The destination port ranges.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2PortRange *> *_Nullable destinationPortRanges;

    Swift

    var destinationPortRanges: [AWSEC2PortRange]? { get set }
  • The protocol.

    Declaration

    Objective-C

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

    Swift

    var protocols: String? { get set }
  • The source addresses.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable sourceAddresses;

    Swift

    var sourceAddresses: [String]? { get set }
  • The source port ranges.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2PortRange *> *_Nullable sourcePortRanges;

    Swift

    var sourcePortRanges: [AWSEC2PortRange]? { get set }