AWSEC2AlternatePathHint

Objective-C

@interface AWSEC2AlternatePathHint

Swift

class AWSEC2AlternatePathHint

Describes an potential intermediate component of a feasible path.

  • The Amazon Resource Name (ARN) of the component.

    Declaration

    Objective-C

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

    Swift

    var componentArn: String? { get set }
  • The ID of the component.

    Declaration

    Objective-C

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

    Swift

    var componentId: String? { get set }